Html Css Color HEX #786C31 Crete

📋 copy color: '#786C31'

red 120 ◦ green 108 ◦ blue 49

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

Shades of Crete #786C31

Tints of Crete #786C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.69%

R = 43.32%
G = 38.99%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#786C31 (or 0x786C31) is known color: Crete. HEX triplet: 78, 6C and 31. RGB value is (120,108,49). Sum of RGB (Red+Green+Blue) = 120+108+49=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #786C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C31 is #8793CE. Grayscale: #696969. Windows color (decimal): -8885199 or 3239032. OLE color: 3239032.

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

Color convert

RGB 120 108 49 -
CMYK 0 0.10 0.59 0.53
HSL 49.86º 0.42% 0.33% -
HSV(B) 49.86º 0.59% 0.47% -
XYZ 13.66 14.94 5.07 -
YUV 104.86 96.48 138.8 -
System Red Green Blue C M Y K H S L
Decimal 120 108 49 0 0.10 0.59 0.53 49.86 0.42 0.33
Hex 78 6C 31 0 A 3B 35 32 2A 21
Octal 170 154 61 0 12 73 65 62 52 41
Binary 1111000 1101100 110001 0 1010 111011 110101 110010 101010 100001

Color Harmonies of #786C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786C31

Black with #786C31

Text Example


Text Example

White with #786C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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