Html Css Color HEX #7F7687 Topaz

📋 copy color: '#7F7687'

red 127 ◦ green 118 ◦ blue 135

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

Shades of Topaz #7F7687

Tints of Topaz #7F7687

RGB

 RED value IS 127 (50% from 255) = 33.42%

 GREEN value IS 118 (46.48% from 255) = 31.05%

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

R = 33.42%
G = 31.05%
B = 35.53%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7F7687 (or 0x7F7687) is known color: Topaz. HEX triplet: 7F, 76 and 87. RGB value is (127,118,135). Sum of RGB (Red+Green+Blue) = 127+118+135=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F7687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7687 is #808978. Grayscale: #7A7A7A. Windows color (decimal): -8423801 or 8877695. OLE color: 8877695.

HSL color Cylindrical-coordinate representation of color #7F7687: hue angle of 271.76º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F7687 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 118 135 -
CMYK 0.06 0.13 0 0.47
HSL 271.76º 0.07% 0.5% -
HSV(B) 271.76º 0.13% 0.53% -
XYZ 19.6 19.22 25.6 -
YUV 122.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 127 118 135 0.06 0.13 0 0.47 271.76 0.07 0.5
Hex 7F 76 87 6 D 0 2F 110 7 32
Octal 177 166 207 6 15 0 57 420 7 62
Binary 1111111 1110110 10000111 110 1101 0 101111 100010000 111 110010

Color Harmonies of #7F7687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7687

Black with #7F7687

Text Example


Text Example

White with #7F7687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F7687; }

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

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

background-color css

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

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

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

border-color css

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

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

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