Html Css Color HEX #766F87 Topaz

📋 copy color: '#766F87'

red 118 ◦ green 111 ◦ blue 135

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

Shades of Topaz #766F87

Tints of Topaz #766F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.09%

R = 32.42%
G = 30.49%
B = 37.09%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#766F87 (or 0x766F87) is known color: Topaz. HEX triplet: 76, 6F and 87. RGB value is (118,111,135). Sum of RGB (Red+Green+Blue) = 118+111+135=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 135 - color contains mainly: blue. Hex color #766F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766F87 is #899078. Grayscale: #737373. Windows color (decimal): -9015417 or 8875894. OLE color: 8875894.

HSL color Cylindrical-coordinate representation of color #766F87: hue angle of 257.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #766F87 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 111 135 -
CMYK 0.13 0.18 0 0.47
HSL 257.5º 0.1% 0.48% -
HSV(B) 257.5º 0.18% 0.53% -
XYZ 17.53 16.97 25.27 -
YUV 115.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 118 111 135 0.13 0.18 0 0.47 257.5 0.1 0.48
Hex 76 6F 87 D 12 0 2F 102 A 30
Octal 166 157 207 15 22 0 57 402 12 60
Binary 1110110 1101111 10000111 1101 10010 0 101111 100000010 1010 110000

Color Harmonies of #766F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F87

Black with #766F87

Text Example


Text Example

White with #766F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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