Html Css Color HEX #78702B Crete

📋 copy color: '#78702B'

red 120 ◦ green 112 ◦ blue 43

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

Shades of Crete #78702B

Tints of Crete #78702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.64%

R = 43.64%
G = 40.73%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#78702B (or 0x78702B) is known color: Crete. HEX triplet: 78, 70 and 2B. RGB value is (120,112,43). Sum of RGB (Red+Green+Blue) = 120+112+43=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #78702B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78702B is #878FD4. Grayscale: #6A6A6A. Windows color (decimal): -8884181 or 2846840. OLE color: 2846840.

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

Color convert

RGB 120 112 43 -
CMYK 0 0.07 0.64 0.53
HSL 53.77º 0.47% 0.32% -
HSV(B) 53.77º 0.64% 0.47% -
XYZ 13.98 15.76 4.59 -
YUV 106.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 120 112 43 0 0.07 0.64 0.53 53.77 0.47 0.32
Hex 78 70 2B 0 7 40 35 36 2F 20
Octal 170 160 53 0 7 100 65 66 57 40
Binary 1111000 1110000 101011 0 111 1000000 110101 110110 101111 100000

Color Harmonies of #78702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78702B

Black with #78702B

Text Example


Text Example

White with #78702B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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