Html Css Color HEX #78742D Crete

📋 copy color: '#78742D'

red 120 ◦ green 116 ◦ blue 45

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

Shades of Crete #78742D

Tints of Crete #78742D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 42.7%
G = 41.28%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78742D (or 0x78742D) is known color: Crete. HEX triplet: 78, 74 and 2D. RGB value is (120,116,45). Sum of RGB (Red+Green+Blue) = 120+116+45=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78742D is #878BD2. Grayscale: #6D6D6D. Windows color (decimal): -8883155 or 2978936. OLE color: 2978936.

HSL color Cylindrical-coordinate representation of color #78742D: hue angle of 56.8º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78742D is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 116 45 -
CMYK 0 0.03 0.63 0.53
HSL 56.8º 0.45% 0.32% -
HSV(B) 56.8º 0.63% 0.47% -
XYZ 14.46 16.67 4.94 -
YUV 109.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 120 116 45 0 0.03 0.63 0.53 56.8 0.45 0.32
Hex 78 74 2D 0 3 3F 35 39 2D 20
Octal 170 164 55 0 3 77 65 71 55 40
Binary 1111000 1110100 101101 0 11 111111 110101 111001 101101 100000

Color Harmonies of #78742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78742D

Black with #78742D

Text Example


Text Example

White with #78742D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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