Html Css Color HEX #767732 Crete

📋 copy color: '#767732'

red 118 ◦ green 119 ◦ blue 50

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

Shades of Crete #767732

Tints of Crete #767732

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.46%

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 41.11%
G = 41.46%
B = 17.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#767732 (or 0x767732) is known color: Crete. HEX triplet: 76, 77 and 32. RGB value is (118,119,50). Sum of RGB (Red+Green+Blue) = 118+119+50=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #767732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767732 is #8988CD. Grayscale: #6F6F6F. Windows color (decimal): -9013454 or 3307382. OLE color: 3307382.

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

Color convert

RGB 118 119 50 -
CMYK 0.01 0 0.58 0.53
HSL 60.87º 0.41% 0.33% -
HSV(B) 60.87º 0.58% 0.47% -
XYZ 14.64 17.28 5.58 -
YUV 110.84 93.67 133.11 -
System Red Green Blue C M Y K H S L
Decimal 118 119 50 0.01 0 0.58 0.53 60.87 0.41 0.33
Hex 76 77 32 1 0 3A 35 3D 29 21
Octal 166 167 62 1 0 72 65 75 51 41
Binary 1110110 1110111 110010 1 0 111010 110101 111101 101001 100001

Color Harmonies of #767732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767732

Black with #767732

Text Example


Text Example

White with #767732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767732; }

 p { color: rgb(118,119,50); }

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

background-color css

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

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

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

border-color css

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

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

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