Html Css Color HEX #787532 Crete

📋 copy color: '#787532'

red 120 ◦ green 117 ◦ blue 50

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

Shades of Crete #787532

Tints of Crete #787532

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.77%

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 41.81%
G = 40.77%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#787532 (or 0x787532) is known color: Crete. HEX triplet: 78, 75 and 32. RGB value is (120,117,50). Sum of RGB (Red+Green+Blue) = 120+117+50=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #787532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787532 is #878ACD. Grayscale: #6E6E6E. Windows color (decimal): -8882894 or 3306872. OLE color: 3306872.

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

Color convert

RGB 120 117 50 -
CMYK 0 0.02 0.58 0.53
HSL 57.43º 0.41% 0.33% -
HSV(B) 57.43º 0.58% 0.47% -
XYZ 14.68 16.95 5.51 -
YUV 110.26 93.99 134.95 -
System Red Green Blue C M Y K H S L
Decimal 120 117 50 0 0.02 0.58 0.53 57.43 0.41 0.33
Hex 78 75 32 0 2 3A 35 39 29 21
Octal 170 165 62 0 2 72 65 71 51 41
Binary 1111000 1110101 110010 0 10 111010 110101 111001 101001 100001

Color Harmonies of #787532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787532

Black with #787532

Text Example


Text Example

White with #787532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787532; }

 p { color: rgb(120,117,50); }

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

background-color css

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

 a { background-color: rgb(120,117,50); }

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

border-color css

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

 span { border-color: rgb(120,117,50); }

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