Html Css Color HEX #766B2D Crete

📋 copy color: '#766B2D'

red 118 ◦ green 107 ◦ blue 45

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

Shades of Crete #766B2D

Tints of Crete #766B2D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.63%

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

R = 43.7%
G = 39.63%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#766B2D (or 0x766B2D) is known color: Crete. HEX triplet: 76, 6B and 2D. RGB value is (118,107,45). Sum of RGB (Red+Green+Blue) = 118+107+45=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #766B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B2D is #8994D2. Grayscale: #676767. Windows color (decimal): -9016531 or 2976630. OLE color: 2976630.

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

Color convert

RGB 118 107 45 -
CMYK 0 0.09 0.62 0.54
HSL 50.96º 0.45% 0.32% -
HSV(B) 50.96º 0.62% 0.46% -
XYZ 13.2 14.56 4.6 -
YUV 103.22 95.14 138.54 -
System Red Green Blue C M Y K H S L
Decimal 118 107 45 0 0.09 0.62 0.54 50.96 0.45 0.32
Hex 76 6B 2D 0 9 3E 36 33 2D 20
Octal 166 153 55 0 11 76 66 63 55 40
Binary 1110110 1101011 101101 0 1001 111110 110110 110011 101101 100000

Color Harmonies of #766B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B2D

Black with #766B2D

Text Example


Text Example

White with #766B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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