Html Css Color HEX #767333 Crete

📋 copy color: '#767333'

red 118 ◦ green 115 ◦ blue 51

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

Shades of Crete #767333

Tints of Crete #767333

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.49%

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

R = 41.55%
G = 40.49%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#767333 (or 0x767333) is known color: Crete. HEX triplet: 76, 73 and 33. RGB value is (118,115,51). Sum of RGB (Red+Green+Blue) = 118+115+51=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #767333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767333 is #898CCC. Grayscale: #6C6C6C. Windows color (decimal): -9014477 or 3371894. OLE color: 3371894.

HSL color Cylindrical-coordinate representation of color #767333: hue angle of 57.31º 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 #767333 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 115 51 -
CMYK 0 0.03 0.57 0.54
HSL 57.31º 0.4% 0.33% -
HSV(B) 57.31º 0.57% 0.46% -
XYZ 14.2 16.35 5.54 -
YUV 108.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 118 115 51 0 0.03 0.57 0.54 57.31 0.4 0.33
Hex 76 73 33 0 3 39 36 39 28 21
Octal 166 163 63 0 3 71 66 71 50 41
Binary 1110110 1110011 110011 0 11 111001 110110 111001 101000 100001

Color Harmonies of #767333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767333

Black with #767333

Text Example


Text Example

White with #767333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767333; }

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

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

background-color css

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

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

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

border-color css

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

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

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