Html Css Color HEX #78702D Crete

📋 copy color: '#78702D'

red 120 ◦ green 112 ◦ blue 45

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

Shades of Crete #78702D

Tints of Crete #78702D

RGB

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

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

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

R = 43.32%
G = 40.43%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78702D (or 0x78702D) is known color: Crete. HEX triplet: 78, 70 and 2D. RGB value is (120,112,45). Sum of RGB (Red+Green+Blue) = 120+112+45=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #78702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78702D is #878FD2. Grayscale: #6B6B6B. Windows color (decimal): -8884179 or 2977912. OLE color: 2977912.

HSL color Cylindrical-coordinate representation of color #78702D: hue angle of 53.6º 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 #78702D is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 112 45 -
CMYK 0 0.07 0.63 0.53
HSL 53.6º 0.45% 0.32% -
HSV(B) 53.6º 0.63% 0.47% -
XYZ 14.01 15.77 4.79 -
YUV 106.75 93.15 137.45 -
System Red Green Blue C M Y K H S L
Decimal 120 112 45 0 0.07 0.63 0.53 53.6 0.45 0.32
Hex 78 70 2D 0 7 3F 35 36 2D 20
Octal 170 160 55 0 7 77 65 66 55 40
Binary 1111000 1110000 101101 0 111 111111 110101 110110 101101 100000

Color Harmonies of #78702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78702D

Black with #78702D

Text Example


Text Example

White with #78702D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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