Html Css Color HEX #766E2D Crete

📋 copy color: '#766E2D'

red 118 ◦ green 110 ◦ blue 45

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

Shades of Crete #766E2D

Tints of Crete #766E2D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40.29%

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 43.22%
G = 40.29%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#766E2D (or 0x766E2D) is known color: Crete. HEX triplet: 76, 6E and 2D. RGB value is (118,110,45). Sum of RGB (Red+Green+Blue) = 118+110+45=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #766E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E2D is #8991D2. Grayscale: #696969. Windows color (decimal): -9015763 or 2977398. OLE color: 2977398.

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

Color convert

RGB 118 110 45 -
CMYK 0 0.07 0.62 0.54
HSL 53.42º 0.45% 0.32% -
HSV(B) 53.42º 0.62% 0.46% -
XYZ 13.52 15.19 4.7 -
YUV 104.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 118 110 45 0 0.07 0.62 0.54 53.42 0.45 0.32
Hex 76 6E 2D 0 7 3E 36 35 2D 20
Octal 166 156 55 0 7 76 66 65 55 40
Binary 1110110 1101110 101101 0 111 111110 110110 110101 101101 100000

Color Harmonies of #766E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766E2D

Black with #766E2D

Text Example


Text Example

White with #766E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,110,45); }

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

background-color css

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

 a { background-color: rgb(118,110,45); }

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

border-color css

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

 span { border-color: rgb(118,110,45); }

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