Html Css Color HEX #786C2E Crete

📋 copy color: '#786C2E'

red 120 ◦ green 108 ◦ blue 46

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

Shades of Crete #786C2E

Tints of Crete #786C2E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.42%

 BLUE value IS 46 (18.36% from 255) = 16.79%

R = 43.8%
G = 39.42%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#786C2E (or 0x786C2E) is known color: Crete. HEX triplet: 78, 6C and 2E. RGB value is (120,108,46). Sum of RGB (Red+Green+Blue) = 120+108+46=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #786C2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C2E is #8793D1. Grayscale: #686868. Windows color (decimal): -8885202 or 3042424. OLE color: 3042424.

HSL color Cylindrical-coordinate representation of color #786C2E: hue angle of 50.27º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #786C2E is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 108 46 -
CMYK 0 0.10 0.62 0.53
HSL 50.27º 0.45% 0.33% -
HSV(B) 50.27º 0.62% 0.47% -
XYZ 13.6 14.92 4.75 -
YUV 104.52 94.98 139.04 -
System Red Green Blue C M Y K H S L
Decimal 120 108 46 0 0.10 0.62 0.53 50.27 0.45 0.33
Hex 78 6C 2E 0 A 3E 35 32 2D 21
Octal 170 154 56 0 12 76 65 62 55 41
Binary 1111000 1101100 101110 0 1010 111110 110101 110010 101101 100001

Color Harmonies of #786C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786C2E

Black with #786C2E

Text Example


Text Example

White with #786C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,108,46); }

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

background-color css

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

 a { background-color: rgb(120,108,46); }

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

border-color css

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

 span { border-color: rgb(120,108,46); }

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