Html Css Color HEX #787331 Crete

📋 copy color: '#787331'

red 120 ◦ green 115 ◦ blue 49

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

Shades of Crete #787331

Tints of Crete #787331

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.49%

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 42.25%
G = 40.49%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#787331 (or 0x787331) is known color: Crete. HEX triplet: 78, 73 and 31. RGB value is (120,115,49). Sum of RGB (Red+Green+Blue) = 120+115+49=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #787331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787331 is #878CCE. Grayscale: #6D6D6D. Windows color (decimal): -8883407 or 3240824. OLE color: 3240824.

HSL color Cylindrical-coordinate representation of color #787331: hue angle of 55.77º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #787331 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 115 49 -
CMYK 0 0.04 0.59 0.53
HSL 55.77º 0.42% 0.33% -
HSV(B) 55.77º 0.59% 0.47% -
XYZ 14.43 16.48 5.33 -
YUV 108.97 94.16 135.87 -
System Red Green Blue C M Y K H S L
Decimal 120 115 49 0 0.04 0.59 0.53 55.77 0.42 0.33
Hex 78 73 31 0 4 3B 35 38 2A 21
Octal 170 163 61 0 4 73 65 70 52 41
Binary 1111000 1110011 110001 0 100 111011 110101 111000 101010 100001

Color Harmonies of #787331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787331

Black with #787331

Text Example


Text Example

White with #787331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787331; }

 p { color: rgb(120,115,49); }

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

background-color css

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

 a { background-color: rgb(120,115,49); }

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

border-color css

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

 span { border-color: rgb(120,115,49); }

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