Html Css Color HEX #786C32 Crete

📋 copy color: '#786C32'

red 120 ◦ green 108 ◦ blue 50

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

Shades of Crete #786C32

Tints of Crete #786C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 43.17%
G = 38.85%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#786C32 (or 0x786C32) is known color: Crete. HEX triplet: 78, 6C and 32. RGB value is (120,108,50). Sum of RGB (Red+Green+Blue) = 120+108+50=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #786C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C32 is #8793CD. Grayscale: #696969. Windows color (decimal): -8885198 or 3304568. OLE color: 3304568.

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

Color convert

RGB 120 108 50 -
CMYK 0 0.10 0.58 0.53
HSL 49.71º 0.41% 0.33% -
HSV(B) 49.71º 0.58% 0.47% -
XYZ 13.68 14.95 5.18 -
YUV 104.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 120 108 50 0 0.10 0.58 0.53 49.71 0.41 0.33
Hex 78 6C 32 0 A 3A 35 32 29 21
Octal 170 154 62 0 12 72 65 62 51 41
Binary 1111000 1101100 110010 0 1010 111010 110101 110010 101001 100001

Color Harmonies of #786C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786C32

Black with #786C32

Text Example


Text Example

White with #786C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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