Html Css Color HEX #796C31 Crete

📋 copy color: '#796C31'

red 121 ◦ green 108 ◦ blue 49

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

Shades of Crete #796C31

Tints of Crete #796C31

RGB

 RED value IS 121 (47.66% from 255) = 43.53%

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

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

R = 43.53%
G = 38.85%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#796C31 (or 0x796C31) is known color: Crete. HEX triplet: 79, 6C and 31. RGB value is (121,108,49). Sum of RGB (Red+Green+Blue) = 121+108+49=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 121 - color contains mainly: red. Hex color #796C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796C31 is #8693CE. Grayscale: #696969. Windows color (decimal): -8819663 or 3239033. OLE color: 3239033.

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

Color convert

RGB 121 108 49 -
CMYK 0 0.11 0.60 0.53
HSL 49.17º 0.42% 0.33% -
HSV(B) 49.17º 0.6% 0.47% -
XYZ 13.8 15.01 5.08 -
YUV 105.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 121 108 49 0 0.11 0.60 0.53 49.17 0.42 0.33
Hex 79 6C 31 0 B 3C 35 31 2A 21
Octal 171 154 61 0 13 74 65 61 52 41
Binary 1111001 1101100 110001 0 1011 111100 110101 110001 101010 100001

Color Harmonies of #796C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796C31

Black with #796C31

Text Example


Text Example

White with #796C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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