Html Css Color HEX #766A2B Crete

📋 copy color: '#766A2B'

red 118 ◦ green 106 ◦ blue 43

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

Shades of Crete #766A2B

Tints of Crete #766A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.1%

R = 44.19%
G = 39.7%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#766A2B (or 0x766A2B) is known color: Crete. HEX triplet: 76, 6A and 2B. RGB value is (118,106,43). Sum of RGB (Red+Green+Blue) = 118+106+43=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #766A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A2B is #8995D4. Grayscale: #666666. Windows color (decimal): -9016789 or 2845302. OLE color: 2845302.

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

Color convert

RGB 118 106 43 -
CMYK 0 0.10 0.64 0.54
HSL 50.4º 0.47% 0.32% -
HSV(B) 50.4º 0.64% 0.46% -
XYZ 13.06 14.33 4.36 -
YUV 102.41 94.48 139.12 -
System Red Green Blue C M Y K H S L
Decimal 118 106 43 0 0.10 0.64 0.54 50.4 0.47 0.32
Hex 76 6A 2B 0 A 40 36 32 2F 20
Octal 166 152 53 0 12 100 66 62 57 40
Binary 1110110 1101010 101011 0 1010 1000000 110110 110010 101111 100000

Color Harmonies of #766A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A2B

Black with #766A2B

Text Example


Text Example

White with #766A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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