Html Css Color HEX #766A2C Crete

📋 copy color: '#766A2C'

red 118 ◦ green 106 ◦ blue 44

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

Shades of Crete #766A2C

Tints of Crete #766A2C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.55%

 BLUE value IS 44 (17.58% from 255) = 16.42%

R = 44.03%
G = 39.55%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#766A2C (or 0x766A2C) is known color: Crete. HEX triplet: 76, 6A and 2C. RGB value is (118,106,44). Sum of RGB (Red+Green+Blue) = 118+106+44=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #766A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A2C is #8995D3. Grayscale: #666666. Windows color (decimal): -9016788 or 2910838. OLE color: 2910838.

HSL color Cylindrical-coordinate representation of color #766A2C: hue angle of 50.27º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #766A2C is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 106 44 -
CMYK 0 0.10 0.63 0.54
HSL 50.27º 0.46% 0.32% -
HSV(B) 50.27º 0.63% 0.46% -
XYZ 13.08 14.34 4.46 -
YUV 102.52 94.98 139.04 -
System Red Green Blue C M Y K H S L
Decimal 118 106 44 0 0.10 0.63 0.54 50.27 0.46 0.32
Hex 76 6A 2C 0 A 3F 36 32 2E 20
Octal 166 152 54 0 12 77 66 62 56 40
Binary 1110110 1101010 101100 0 1010 111111 110110 110010 101110 100000

Color Harmonies of #766A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A2C

Black with #766A2C

Text Example


Text Example

White with #766A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,106,44); }

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

background-color css

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

 a { background-color: rgb(118,106,44); }

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

border-color css

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

 span { border-color: rgb(118,106,44); }

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