Html Css Color HEX #766D32 Crete

📋 copy color: '#766D32'

red 118 ◦ green 109 ◦ blue 50

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

Shades of Crete #766D32

Tints of Crete #766D32

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.35%

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

R = 42.6%
G = 39.35%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#766D32 (or 0x766D32) is known color: Crete. HEX triplet: 76, 6D and 32. RGB value is (118,109,50). Sum of RGB (Red+Green+Blue) = 118+109+50=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #766D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D32 is #8992CD. Grayscale: #696969. Windows color (decimal): -9016014 or 3304822. OLE color: 3304822.

HSL color Cylindrical-coordinate representation of color #766D32: hue angle of 52.06º degrees, saturation: 0.4, 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 #766D32 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 109 50 -
CMYK 0 0.08 0.58 0.54
HSL 52.06º 0.4% 0.33% -
HSV(B) 52.06º 0.58% 0.46% -
XYZ 13.52 15.02 5.2 -
YUV 104.97 96.98 137.3 -
System Red Green Blue C M Y K H S L
Decimal 118 109 50 0 0.08 0.58 0.54 52.06 0.4 0.33
Hex 76 6D 32 0 8 3A 36 34 28 21
Octal 166 155 62 0 10 72 66 64 50 41
Binary 1110110 1101101 110010 0 1000 111010 110110 110100 101000 100001

Color Harmonies of #766D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D32

Black with #766D32

Text Example


Text Example

White with #766D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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