Html Css Color HEX #76763D Crete

📋 copy color: '#76763D'

red 118 ◦ green 118 ◦ blue 61

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

Shades of Crete #76763D

Tints of Crete #76763D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.54%

R = 39.73%
G = 39.73%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76763D (or 0x76763D) is known color: Crete. HEX triplet: 76, 76 and 3D. RGB value is (118,118,61). Sum of RGB (Red+Green+Blue) = 118+118+61=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76763D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76763D is #8989C2. Grayscale: #6F6F6F. Windows color (decimal): -9013699 or 4028022. OLE color: 4028022.

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

Color convert

RGB 118 118 61 -
CMYK 0 0 0.48 0.54
HSL 60º 0.32% 0.35% -
HSV(B) 60º 0.48% 0.46% -
XYZ 14.79 17.15 6.94 -
YUV 111.5 99.5 132.63 -
System Red Green Blue C M Y K H S L
Decimal 118 118 61 0 0 0.48 0.54 60 0.32 0.35
Hex 76 76 3D 0 0 30 36 3C 20 23
Octal 166 166 75 0 0 60 66 74 40 43
Binary 1110110 1110110 111101 0 0 110000 110110 111100 100000 100011

Color Harmonies of #76763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76763D

Black with #76763D

Text Example


Text Example

White with #76763D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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