Html Css Color HEX #78742F Crete

📋 copy color: '#78742F'

red 120 ◦ green 116 ◦ blue 47

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

Shades of Crete #78742F

Tints of Crete #78742F

RGB

 RED value IS 120 (47.27% from 255) = 42.4%

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

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 42.4%
G = 40.99%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#78742F (or 0x78742F) is known color: Crete. HEX triplet: 78, 74 and 2F. RGB value is (120,116,47). Sum of RGB (Red+Green+Blue) = 120+116+47=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #78742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78742F is #878BD0. Grayscale: #6D6D6D. Windows color (decimal): -8883153 or 3110008. OLE color: 3110008.

HSL color Cylindrical-coordinate representation of color #78742F: hue angle of 56.71º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78742F is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 116 47 -
CMYK 0 0.03 0.61 0.53
HSL 56.71º 0.44% 0.33% -
HSV(B) 56.71º 0.61% 0.47% -
XYZ 14.5 16.69 5.15 -
YUV 109.33 92.83 135.61 -
System Red Green Blue C M Y K H S L
Decimal 120 116 47 0 0.03 0.61 0.53 56.71 0.44 0.33
Hex 78 74 2F 0 3 3D 35 39 2C 21
Octal 170 164 57 0 3 75 65 71 54 41
Binary 1111000 1110100 101111 0 11 111101 110101 111001 101100 100001

Color Harmonies of #78742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78742F

Black with #78742F

Text Example


Text Example

White with #78742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78742F; }

 p { color: rgb(120,116,47); }

 H1.HeaderClassName
 {
   color: #78742F;
 }
 .AnyTagClassName
 {
   color: #78742F;
 }
</style>

background-color css

<style>
 a { background-color: #78742F; }

 a { background-color: rgb(120,116,47); }

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

border-color css

<style>
 span { border-color: #78742F; }

 span { border-color: rgb(120,116,47); }

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