Html Css Color HEX #76773B Crete

📋 copy color: '#76773B'

red 118 ◦ green 119 ◦ blue 59

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

Shades of Crete #76773B

Tints of Crete #76773B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.2%

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

R = 39.86%
G = 40.2%
B = 19.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#76773B (or 0x76773B) is known color: Crete. HEX triplet: 76, 77 and 3B. RGB value is (118,119,59). Sum of RGB (Red+Green+Blue) = 118+119+59=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #76773B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76773B is #8988C4. Grayscale: #707070. Windows color (decimal): -9013445 or 3897206. OLE color: 3897206.

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

Color convert

RGB 118 119 59 -
CMYK 0.01 0 0.50 0.53
HSL 61º 0.34% 0.35% -
HSV(B) 61º 0.5% 0.47% -
XYZ 14.86 17.36 6.71 -
YUV 111.86 98.17 132.38 -
System Red Green Blue C M Y K H S L
Decimal 118 119 59 0.01 0 0.50 0.53 61 0.34 0.35
Hex 76 77 3B 1 0 32 35 3D 22 23
Octal 166 167 73 1 0 62 65 75 42 43
Binary 1110110 1110111 111011 1 0 110010 110101 111101 100010 100011

Color Harmonies of #76773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76773B

Black with #76773B

Text Example


Text Example

White with #76773B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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