Html Css Color HEX #796F2E Crete

📋 copy color: '#796F2E'

red 121 ◦ green 111 ◦ blue 46

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

Shades of Crete #796F2E

Tints of Crete #796F2E

RGB

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

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

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

R = 43.53%
G = 39.93%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#796F2E (or 0x796F2E) is known color: Crete. HEX triplet: 79, 6F and 2E. RGB value is (121,111,46). Sum of RGB (Red+Green+Blue) = 121+111+46=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 121 - color contains mainly: red. Hex color #796F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796F2E is #8690D1. Grayscale: #6A6A6A. Windows color (decimal): -8818898 or 3043193. OLE color: 3043193.

HSL color Cylindrical-coordinate representation of color #796F2E: hue angle of 52º 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 #796F2E is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 111 46 -
CMYK 0 0.08 0.62 0.53
HSL 52º 0.45% 0.33% -
HSV(B) 52º 0.62% 0.47% -
XYZ 14.06 15.63 4.86 -
YUV 106.58 93.81 138.29 -
System Red Green Blue C M Y K H S L
Decimal 121 111 46 0 0.08 0.62 0.53 52 0.45 0.33
Hex 79 6F 2E 0 8 3E 35 34 2D 21
Octal 171 157 56 0 10 76 65 64 55 41
Binary 1111001 1101111 101110 0 1000 111110 110101 110100 101101 100001

Color Harmonies of #796F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796F2E

Black with #796F2E

Text Example


Text Example

White with #796F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,111,46); }

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

background-color css

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

 a { background-color: rgb(121,111,46); }

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

border-color css

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

 span { border-color: rgb(121,111,46); }

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