Html Css Color HEX #76793B Crete

📋 copy color: '#76793B'

red 118 ◦ green 121 ◦ blue 59

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

Shades of Crete #76793B

Tints of Crete #76793B

RGB

 RED value IS 118 (46.48% from 255) = 39.6%

 GREEN value IS 121 (47.66% from 255) = 40.6%

 BLUE value IS 59 (23.44% from 255) = 19.8%

R = 39.6%
G = 40.6%
B = 19.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#76793B (or 0x76793B) is known color: Crete. HEX triplet: 76, 79 and 3B. RGB value is (118,121,59). Sum of RGB (Red+Green+Blue) = 118+121+59=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #76793B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76793B is #8986C4. Grayscale: #717171. Windows color (decimal): -9012933 or 3897718. OLE color: 3897718.

HSL color Cylindrical-coordinate representation of color #76793B: hue angle of 62.9º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76793B is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 121 59 -
CMYK 0.02 0 0.51 0.53
HSL 62.9º 0.34% 0.35% -
HSV(B) 62.9º 0.51% 0.47% -
XYZ 15.1 17.84 6.79 -
YUV 113.04 97.51 131.54 -
System Red Green Blue C M Y K H S L
Decimal 118 121 59 0.02 0 0.51 0.53 62.9 0.34 0.35
Hex 76 79 3B 2 0 33 35 3F 22 23
Octal 166 171 73 2 0 63 65 77 42 43
Binary 1110110 1111001 111011 10 0 110011 110101 111111 100010 100011

Color Harmonies of #76793B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76793B

Black with #76793B

Text Example


Text Example

White with #76793B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76793B; }

 p { color: rgb(118,121,59); }

 H1.HeaderClassName
 {
   color: #76793B;
 }
 .AnyTagClassName
 {
   color: #76793B;
 }
</style>

background-color css

<style>
 a { background-color: #76793B; }

 a { background-color: rgb(118,121,59); }

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

border-color css

<style>
 span { border-color: #76793B; }

 span { border-color: rgb(118,121,59); }

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