Html Css Color HEX #7F758A Topaz

📋 copy color: '#7F758A'

red 127 ◦ green 117 ◦ blue 138

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

Shades of Topaz #7F758A

Tints of Topaz #7F758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.13%

R = 33.25%
G = 30.63%
B = 36.13%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7F758A (or 0x7F758A) is known color: Topaz. HEX triplet: 7F, 75 and 8A. RGB value is (127,117,138). Sum of RGB (Red+Green+Blue) = 127+117+138=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F758A is #808A75. Grayscale: #7A7A7A. Windows color (decimal): -8424054 or 9074047. OLE color: 9074047.

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

Color convert

RGB 127 117 138 -
CMYK 0.08 0.15 0 0.46
HSL 268.57º 0.08% 0.5% -
HSV(B) 268.57º 0.15% 0.54% -
XYZ 19.7 19.07 26.69 -
YUV 122.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 127 117 138 0.08 0.15 0 0.46 268.57 0.08 0.5
Hex 7F 75 8A 8 F 0 2E 10D 8 32
Octal 177 165 212 10 17 0 56 415 10 62
Binary 1111111 1110101 10001010 1000 1111 0 101110 100001101 1000 110010

Color Harmonies of #7F758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F758A

Black with #7F758A

Text Example


Text Example

White with #7F758A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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