Html Css Color HEX #767233 Crete

📋 copy color: '#767233'

red 118 ◦ green 114 ◦ blue 51

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

Shades of Crete #767233

Tints of Crete #767233

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.28%

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

R = 41.7%
G = 40.28%
B = 18.02%

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

#767233 (or 0x767233) is known color: Crete. HEX triplet: 76, 72 and 33. RGB value is (118,114,51). Sum of RGB (Red+Green+Blue) = 118+114+51=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #767233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767233 is #898DCC. Grayscale: #6C6C6C. Windows color (decimal): -9014733 or 3371638. OLE color: 3371638.

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

Color convert

RGB 118 114 51 -
CMYK 0 0.03 0.57 0.54
HSL 56.42º 0.4% 0.33% -
HSV(B) 56.42º 0.57% 0.46% -
XYZ 14.09 16.13 5.5 -
YUV 108.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 118 114 51 0 0.03 0.57 0.54 56.42 0.4 0.33
Hex 76 72 33 0 3 39 36 38 28 21
Octal 166 162 63 0 3 71 66 70 50 41
Binary 1110110 1110010 110011 0 11 111001 110110 111000 101000 100001

Color Harmonies of #767233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767233

Black with #767233

Text Example


Text Example

White with #767233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767233; }

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

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

background-color css

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

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

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

border-color css

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

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

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