Html Css Color HEX #787038 Crete

📋 copy color: '#787038'

red 120 ◦ green 112 ◦ blue 56

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

Shades of Crete #787038

Tints of Crete #787038

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.89%

 BLUE value IS 56 (22.27% from 255) = 19.44%

R = 41.67%
G = 38.89%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#787038 (or 0x787038) is known color: Crete. HEX triplet: 78, 70 and 38. RGB value is (120,112,56). Sum of RGB (Red+Green+Blue) = 120+112+56=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #787038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787038 is #878FC7. Grayscale: #6C6C6C. Windows color (decimal): -8884168 or 3698808. OLE color: 3698808.

HSL color Cylindrical-coordinate representation of color #787038: hue angle of 52.5º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #787038 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 112 56 -
CMYK 0 0.07 0.53 0.53
HSL 52.5º 0.36% 0.35% -
HSV(B) 52.5º 0.53% 0.47% -
XYZ 14.25 15.87 6.05 -
YUV 108.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 120 112 56 0 0.07 0.53 0.53 52.5 0.36 0.35
Hex 78 70 38 0 7 35 35 34 24 23
Octal 170 160 70 0 7 65 65 64 44 43
Binary 1111000 1110000 111000 0 111 110101 110101 110100 100100 100011

Color Harmonies of #787038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787038

Black with #787038

Text Example


Text Example

White with #787038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787038; }

 p { color: rgb(120,112,56); }

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

background-color css

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

 a { background-color: rgb(120,112,56); }

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

border-color css

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

 span { border-color: rgb(120,112,56); }

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