Html Css Color HEX #766F2A Crete

📋 copy color: '#766F2A'

red 118 ◦ green 111 ◦ blue 42

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

Shades of Crete #766F2A

Tints of Crete #766F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 43.54%
G = 40.96%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#766F2A (or 0x766F2A) is known color: Crete. HEX triplet: 76, 6F and 2A. RGB value is (118,111,42). Sum of RGB (Red+Green+Blue) = 118+111+42=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #766F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F2A is #8990D5. Grayscale: #696969. Windows color (decimal): -9015510 or 2781046. OLE color: 2781046.

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

Color convert

RGB 118 111 42 -
CMYK 0 0.06 0.64 0.54
HSL 54.47º 0.48% 0.31% -
HSV(B) 54.47º 0.64% 0.46% -
XYZ 13.57 15.39 4.45 -
YUV 105.23 92.32 137.11 -
System Red Green Blue C M Y K H S L
Decimal 118 111 42 0 0.06 0.64 0.54 54.47 0.48 0.31
Hex 76 6F 2A 0 6 40 36 36 30 1F
Octal 166 157 52 0 6 100 66 66 60 37
Binary 1110110 1101111 101010 0 110 1000000 110110 110110 110000 11111

Color Harmonies of #766F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F2A

Black with #766F2A

Text Example


Text Example

White with #766F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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