Html Css Color HEX #767631 Crete

📋 copy color: '#767631'

red 118 ◦ green 118 ◦ blue 49

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

Shades of Crete #767631

Tints of Crete #767631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.19%

R = 41.4%
G = 41.4%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#767631 (or 0x767631) is known color: Crete. HEX triplet: 76, 76 and 31. RGB value is (118,118,49). Sum of RGB (Red+Green+Blue) = 118+118+49=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767631 is #8989CE. Grayscale: #6E6E6E. Windows color (decimal): -9013711 or 3241590. OLE color: 3241590.

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

Color convert

RGB 118 118 49 -
CMYK 0 0 0.58 0.54
HSL 60º 0.41% 0.33% -
HSV(B) 60º 0.58% 0.46% -
XYZ 14.5 17.03 5.43 -
YUV 110.13 93.5 133.61 -
System Red Green Blue C M Y K H S L
Decimal 118 118 49 0 0 0.58 0.54 60 0.41 0.33
Hex 76 76 31 0 0 3A 36 3C 29 21
Octal 166 166 61 0 0 72 66 74 51 41
Binary 1110110 1110110 110001 0 0 111010 110110 111100 101001 100001

Color Harmonies of #767631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767631

Black with #767631

Text Example


Text Example

White with #767631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767631; }

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

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

background-color css

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

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

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

border-color css

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

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

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