Html Css Color HEX #7F758F Topaz

📋 copy color: '#7F758F'

red 127 ◦ green 117 ◦ blue 143

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

Shades of Topaz #7F758F

Tints of Topaz #7F758F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.23%

 BLUE value IS 143 (56.25% from 255) = 36.95%

R = 32.82%
G = 30.23%
B = 36.95%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7F758F (or 0x7F758F) is known color: Topaz. HEX triplet: 7F, 75 and 8F. RGB value is (127,117,143). Sum of RGB (Red+Green+Blue) = 127+117+143=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 143 - color contains mainly: blue. Hex color #7F758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F758F is #808A70. Grayscale: #7A7A7A. Windows color (decimal): -8424049 or 9401727. OLE color: 9401727.

HSL color Cylindrical-coordinate representation of color #7F758F: hue angle of 263.08º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F758F is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 127 117 143 -
CMYK 0.11 0.18 0 0.44
HSL 263.08º 0.1% 0.51% -
HSV(B) 263.08º 0.18% 0.56% -
XYZ 20.07 19.22 28.64 -
YUV 122.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 127 117 143 0.11 0.18 0 0.44 263.08 0.1 0.51
Hex 7F 75 8F B 12 0 2C 107 A 33
Octal 177 165 217 13 22 0 54 407 12 63
Binary 1111111 1110101 10001111 1011 10010 0 101100 100000111 1010 110011

Color Harmonies of #7F758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F758F

Black with #7F758F

Text Example


Text Example

White with #7F758F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,117,143); }

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

background-color css

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

 a { background-color: rgb(127,117,143); }

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

border-color css

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

 span { border-color: rgb(127,117,143); }

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