Html Css Color HEX #786F2A Crete

📋 copy color: '#786F2A'

red 120 ◦ green 111 ◦ blue 42

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

Shades of Crete #786F2A

Tints of Crete #786F2A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.66%

 BLUE value IS 42 (16.8% from 255) = 15.38%

R = 43.96%
G = 40.66%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#786F2A (or 0x786F2A) is known color: Crete. HEX triplet: 78, 6F and 2A. RGB value is (120,111,42). Sum of RGB (Red+Green+Blue) = 120+111+42=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 120 - color contains mainly: red. Hex color #786F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786F2A is #8790D5. Grayscale: #6A6A6A. Windows color (decimal): -8884438 or 2781048. OLE color: 2781048.

HSL color Cylindrical-coordinate representation of color #786F2A: hue angle of 53.08º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #786F2A is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 111 42 -
CMYK 0 0.08 0.65 0.53
HSL 53.08º 0.48% 0.32% -
HSV(B) 53.08º 0.65% 0.47% -
XYZ 13.85 15.53 4.46 -
YUV 105.83 91.98 138.11 -
System Red Green Blue C M Y K H S L
Decimal 120 111 42 0 0.08 0.65 0.53 53.08 0.48 0.32
Hex 78 6F 2A 0 8 41 35 35 30 20
Octal 170 157 52 0 10 101 65 65 60 40
Binary 1111000 1101111 101010 0 1000 1000001 110101 110101 110000 100000

Color Harmonies of #786F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786F2A

Black with #786F2A

Text Example


Text Example

White with #786F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786F2A; }

 p { color: rgb(120,111,42); }

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

background-color css

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

 a { background-color: rgb(120,111,42); }

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

border-color css

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

 span { border-color: rgb(120,111,42); }

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