Html Css Color HEX #76762E Crete

📋 copy color: '#76762E'

red 118 ◦ green 118 ◦ blue 46

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

Shades of Crete #76762E

Tints of Crete #76762E

RGB

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

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

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

R = 41.84%
G = 41.84%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#76762E (or 0x76762E) is known color: Crete. HEX triplet: 76, 76 and 2E. RGB value is (118,118,46). Sum of RGB (Red+Green+Blue) = 118+118+46=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76762E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76762E is #8989D1. Grayscale: #6E6E6E. Windows color (decimal): -9013714 or 3044982. OLE color: 3044982.

HSL color Cylindrical-coordinate representation of color #76762E: hue angle of 60º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76762E is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 118 46 -
CMYK 0 0 0.61 0.54
HSL 60º 0.44% 0.32% -
HSV(B) 60º 0.61% 0.46% -
XYZ 14.44 17.01 5.11 -
YUV 109.79 92 133.85 -
System Red Green Blue C M Y K H S L
Decimal 118 118 46 0 0 0.61 0.54 60 0.44 0.32
Hex 76 76 2E 0 0 3D 36 3C 2C 20
Octal 166 166 56 0 0 75 66 74 54 40
Binary 1110110 1110110 101110 0 0 111101 110110 111100 101100 100000

Color Harmonies of #76762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76762E

Black with #76762E

Text Example


Text Example

White with #76762E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76762E; }

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

 H1.HeaderClassName
 {
   color: #76762E;
 }
 .AnyTagClassName
 {
   color: #76762E;
 }
</style>

background-color css

<style>
 a { background-color: #76762E; }

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

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

border-color css

<style>
 span { border-color: #76762E; }

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

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