Html Css Color HEX #72743D Crete

📋 copy color: '#72743D'

red 114 ◦ green 116 ◦ blue 61

#72743D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #72743D

Tints of Crete #72743D

RGB

 RED value IS 114 (44.92% from 255) = 39.18%

 GREEN value IS 116 (45.7% from 255) = 39.86%

 BLUE value IS 61 (24.22% from 255) = 20.96%

R = 39.18%
G = 39.86%
B = 20.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#72743D (or 0x72743D) is known color: Crete. HEX triplet: 72, 74 and 3D. RGB value is (114,116,61). Sum of RGB (Red+Green+Blue) = 114+116+61=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #72743D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72743D is #8D8BC2. Grayscale: #6D6D6D. Windows color (decimal): -9276355 or 4027506. OLE color: 4027506.

HSL color Cylindrical-coordinate representation of color #72743D: hue angle of 62.18º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72743D is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 116 61 -
CMYK 0.02 0 0.47 0.55
HSL 62.18º 0.31% 0.35% -
HSV(B) 62.18º 0.47% 0.45% -
XYZ 14.03 16.41 6.84 -
YUV 109.13 100.84 131.47 -
System Red Green Blue C M Y K H S L
Decimal 114 116 61 0.02 0 0.47 0.55 62.18 0.31 0.35
Hex 72 74 3D 2 0 2F 37 3E 1F 23
Octal 162 164 75 2 0 57 67 76 37 43
Binary 1110010 1110100 111101 10 0 101111 110111 111110 11111 100011

Color Harmonies of #72743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72743D

Black with #72743D

Text Example


Text Example

White with #72743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72743D; }

 p { color: rgb(114,116,61); }

 H1.HeaderClassName
 {
   color: #72743D;
 }
 .AnyTagClassName
 {
   color: #72743D;
 }
</style>

background-color css

<style>
 a { background-color: #72743D; }

 a { background-color: rgb(114,116,61); }

 div.DivClassName
 {
   background-color: #72743D;
 }
 .BgClassName
 {
   background-color: #72743D;
 }
</style>

border-color css

<style>
 span { border-color: #72743D; }

 span { border-color: rgb(114,116,61); }

 td.TdClassName
 {
   border-color: #72743D;
 }
 .TagClassName
 {
   border-color: #72743D;
 }
</style>