Html Css Color HEX #7F778B Topaz

📋 copy color: '#7F778B'

red 127 ◦ green 119 ◦ blue 139

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

Shades of Topaz #7F778B

Tints of Topaz #7F778B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.91%

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 32.99%
G = 30.91%
B = 36.1%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F778B (or 0x7F778B) is known color: Topaz. HEX triplet: 7F, 77 and 8B. RGB value is (127,119,139). Sum of RGB (Red+Green+Blue) = 127+119+139=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F778B is #808874. Grayscale: #7B7B7B. Windows color (decimal): -8423541 or 9140095. OLE color: 9140095.

HSL color Cylindrical-coordinate representation of color #7F778B: hue angle of 264º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F778B is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 119 139 -
CMYK 0.09 0.14 0 0.45
HSL 264º 0.08% 0.51% -
HSV(B) 264º 0.14% 0.55% -
XYZ 20.01 19.57 27.15 -
YUV 123.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 127 119 139 0.09 0.14 0 0.45 264 0.08 0.51
Hex 7F 77 8B 9 E 0 2D 108 8 33
Octal 177 167 213 11 16 0 55 410 10 63
Binary 1111111 1110111 10001011 1001 1110 0 101101 100001000 1000 110011

Color Harmonies of #7F778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F778B

Black with #7F778B

Text Example


Text Example

White with #7F778B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,119,139); }

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

background-color css

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

 a { background-color: rgb(127,119,139); }

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

border-color css

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

 span { border-color: rgb(127,119,139); }

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