Html Css Color HEX #76763B Crete

📋 copy color: '#76763B'

red 118 ◦ green 118 ◦ blue 59

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

Shades of Crete #76763B

Tints of Crete #76763B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40%

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

R = 40%
G = 40%
B = 20%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#76763B (or 0x76763B) is known color: Crete. HEX triplet: 76, 76 and 3B. RGB value is (118,118,59). Sum of RGB (Red+Green+Blue) = 118+118+59=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76763B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76763B is #8989C4. Grayscale: #6F6F6F. Windows color (decimal): -9013701 or 3896950. OLE color: 3896950.

HSL color Cylindrical-coordinate representation of color #76763B: hue angle of 60º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76763B is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 118 59 -
CMYK 0 0 0.50 0.54
HSL 60º 0.33% 0.35% -
HSV(B) 60º 0.5% 0.46% -
XYZ 14.74 17.12 6.67 -
YUV 111.27 98.5 132.8 -
System Red Green Blue C M Y K H S L
Decimal 118 118 59 0 0 0.50 0.54 60 0.33 0.35
Hex 76 76 3B 0 0 32 36 3C 21 23
Octal 166 166 73 0 0 62 66 74 41 43
Binary 1110110 1110110 111011 0 0 110010 110110 111100 100001 100011

Color Harmonies of #76763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76763B

Black with #76763B

Text Example


Text Example

White with #76763B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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