Html Css Color HEX #766F2D Crete

📋 copy color: '#766F2D'

red 118 ◦ green 111 ◦ blue 45

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

Shades of Crete #766F2D

Tints of Crete #766F2D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.51%

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

R = 43.07%
G = 40.51%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#766F2D (or 0x766F2D) is known color: Crete. HEX triplet: 76, 6F and 2D. RGB value is (118,111,45). Sum of RGB (Red+Green+Blue) = 118+111+45=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #766F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F2D is #8990D2. Grayscale: #696969. Windows color (decimal): -9015507 or 2977654. OLE color: 2977654.

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

Color convert

RGB 118 111 45 -
CMYK 0 0.06 0.62 0.54
HSL 54.25º 0.45% 0.32% -
HSV(B) 54.25º 0.62% 0.46% -
XYZ 13.63 15.41 4.74 -
YUV 105.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 118 111 45 0 0.06 0.62 0.54 54.25 0.45 0.32
Hex 76 6F 2D 0 6 3E 36 36 2D 20
Octal 166 157 55 0 6 76 66 66 55 40
Binary 1110110 1101111 101101 0 110 111110 110110 110110 101101 100000

Color Harmonies of #766F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F2D

Black with #766F2D

Text Example


Text Example

White with #766F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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