Html Css Color HEX #767633 Crete

📋 copy color: '#767633'

red 118 ◦ green 118 ◦ blue 51

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

Shades of Crete #767633

Tints of Crete #767633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.77%

R = 41.11%
G = 41.11%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#767633 (or 0x767633) is known color: Crete. HEX triplet: 76, 76 and 33. RGB value is (118,118,51). Sum of RGB (Red+Green+Blue) = 118+118+51=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767633 is #8989CC. Grayscale: #6E6E6E. Windows color (decimal): -9013709 or 3372662. OLE color: 3372662.

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

Color convert

RGB 118 118 51 -
CMYK 0 0 0.57 0.54
HSL 60º 0.4% 0.33% -
HSV(B) 60º 0.57% 0.46% -
XYZ 14.55 17.05 5.66 -
YUV 110.36 94.5 133.45 -
System Red Green Blue C M Y K H S L
Decimal 118 118 51 0 0 0.57 0.54 60 0.4 0.33
Hex 76 76 33 0 0 39 36 3C 28 21
Octal 166 166 63 0 0 71 66 74 50 41
Binary 1110110 1110110 110011 0 0 111001 110110 111100 101000 100001

Color Harmonies of #767633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767633

Black with #767633

Text Example


Text Example

White with #767633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767633; }

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

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

background-color css

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

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

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

border-color css

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

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

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