Html Css Color HEX #766D2B Crete

📋 copy color: '#766D2B'

red 118 ◦ green 109 ◦ blue 43

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

Shades of Crete #766D2B

Tints of Crete #766D2B

RGB

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

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

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

R = 43.7%
G = 40.37%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#766D2B (or 0x766D2B) is known color: Crete. HEX triplet: 76, 6D and 2B. RGB value is (118,109,43). Sum of RGB (Red+Green+Blue) = 118+109+43=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #766D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D2B is #8992D4. Grayscale: #686868. Windows color (decimal): -9016021 or 2846070. OLE color: 2846070.

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

Color convert

RGB 118 109 43 -
CMYK 0 0.08 0.64 0.54
HSL 52.8º 0.47% 0.32% -
HSV(B) 52.8º 0.64% 0.46% -
XYZ 13.38 14.96 4.47 -
YUV 104.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 118 109 43 0 0.08 0.64 0.54 52.8 0.47 0.32
Hex 76 6D 2B 0 8 40 36 35 2F 20
Octal 166 155 53 0 10 100 66 65 57 40
Binary 1110110 1101101 101011 0 1000 1000000 110110 110101 101111 100000

Color Harmonies of #766D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D2B

Black with #766D2B

Text Example


Text Example

White with #766D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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