Html Css Color HEX #787428 Crete

📋 copy color: '#787428'

red 120 ◦ green 116 ◦ blue 40

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

Shades of Crete #787428

Tints of Crete #787428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.49%

R = 43.48%
G = 42.03%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#787428 (or 0x787428) is known color: Crete. HEX triplet: 78, 74 and 28. RGB value is (120,116,40). Sum of RGB (Red+Green+Blue) = 120+116+40=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 120 - color contains mainly: red. Hex color #787428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787428 is #878BD7. Grayscale: #6C6C6C. Windows color (decimal): -8883160 or 2651256. OLE color: 2651256.

HSL color Cylindrical-coordinate representation of color #787428: hue angle of 57º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #787428 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 116 40 -
CMYK 0 0.03 0.67 0.53
HSL 57º 0.5% 0.31% -
HSV(B) 57º 0.67% 0.47% -
XYZ 14.37 16.64 4.46 -
YUV 108.53 89.33 136.18 -
System Red Green Blue C M Y K H S L
Decimal 120 116 40 0 0.03 0.67 0.53 57 0.5 0.31
Hex 78 74 28 0 3 43 35 39 32 1F
Octal 170 164 50 0 3 103 65 71 62 37
Binary 1111000 1110100 101000 0 11 1000011 110101 111001 110010 11111

Color Harmonies of #787428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787428

Black with #787428

Text Example


Text Example

White with #787428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787428; }

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

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

background-color css

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

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

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

border-color css

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

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

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