Html Css Color HEX #78703A Crete

📋 copy color: '#78703A'

red 120 ◦ green 112 ◦ blue 58

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

Shades of Crete #78703A

Tints of Crete #78703A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20%

R = 41.38%
G = 38.62%
B = 20%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#78703A (or 0x78703A) is known color: Crete. HEX triplet: 78, 70 and 3A. RGB value is (120,112,58). Sum of RGB (Red+Green+Blue) = 120+112+58=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #78703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78703A is #878FC5. Grayscale: #6C6C6C. Windows color (decimal): -8884166 or 3829880. OLE color: 3829880.

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

Color convert

RGB 120 112 58 -
CMYK 0 0.07 0.52 0.53
HSL 52.26º 0.35% 0.35% -
HSV(B) 52.26º 0.52% 0.47% -
XYZ 14.3 15.89 6.32 -
YUV 108.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 120 112 58 0 0.07 0.52 0.53 52.26 0.35 0.35
Hex 78 70 3A 0 7 34 35 34 23 23
Octal 170 160 72 0 7 64 65 64 43 43
Binary 1111000 1110000 111010 0 111 110100 110101 110100 100011 100011

Color Harmonies of #78703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78703A

Black with #78703A

Text Example


Text Example

White with #78703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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