Html Css Color HEX #766566 Falcon

📋 copy color: '#766566'

red 118 ◦ green 101 ◦ blue 102

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

Shades of Falcon #766566

Tints of Falcon #766566

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.46%

 BLUE value IS 102 (40.23% from 255) = 31.78%

R = 36.76%
G = 31.46%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#766566 (or 0x766566) is known color: Falcon. HEX triplet: 76, 65 and 66. RGB value is (118,101,102). Sum of RGB (Red+Green+Blue) = 118+101+102=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #766566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766566 is #899A99. Grayscale: #6A6A6A. Windows color (decimal): -9018010 or 6710646. OLE color: 6710646.

HSL color Cylindrical-coordinate representation of color #766566: hue angle of 356.47º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #766566 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 101 102 -
CMYK 0 0.14 0.14 0.54
HSL 356.47º 0.08% 0.43% -
HSV(B) 356.47º 0.14% 0.46% -
XYZ 14.52 14.12 14.53 -
YUV 106.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 118 101 102 0 0.14 0.14 0.54 356.47 0.08 0.43
Hex 76 65 66 0 E E 36 164 8 2B
Octal 166 145 146 0 16 16 66 544 10 53
Binary 1110110 1100101 1100110 0 1110 1110 110110 101100100 1000 101011

Color Harmonies of #766566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766566

Black with #766566

Text Example


Text Example

White with #766566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766566; }

 p { color: rgb(118,101,102); }

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

background-color css

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

 a { background-color: rgb(118,101,102); }

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

border-color css

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

 span { border-color: rgb(118,101,102); }

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