Html Css Color HEX #767733 Crete

📋 copy color: '#767733'

red 118 ◦ green 119 ◦ blue 51

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

Shades of Crete #767733

Tints of Crete #767733

RGB

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

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

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

R = 40.97%
G = 41.32%
B = 17.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#767733 (or 0x767733) is known color: Crete. HEX triplet: 76, 77 and 33. RGB value is (118,119,51). Sum of RGB (Red+Green+Blue) = 118+119+51=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #767733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767733 is #8988CC. Grayscale: #6F6F6F. Windows color (decimal): -9013453 or 3372918. OLE color: 3372918.

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

Color convert

RGB 118 119 51 -
CMYK 0.01 0 0.57 0.53
HSL 60.88º 0.4% 0.33% -
HSV(B) 60.88º 0.57% 0.47% -
XYZ 14.67 17.28 5.7 -
YUV 110.95 94.17 133.03 -
System Red Green Blue C M Y K H S L
Decimal 118 119 51 0.01 0 0.57 0.53 60.88 0.4 0.33
Hex 76 77 33 1 0 39 35 3D 28 21
Octal 166 167 63 1 0 71 65 75 50 41
Binary 1110110 1110111 110011 1 0 111001 110101 111101 101000 100001

Color Harmonies of #767733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767733

Black with #767733

Text Example


Text Example

White with #767733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767733; }

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

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

background-color css

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

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

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

border-color css

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

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

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