Html Css Color HEX #7F788A Topaz

📋 copy color: '#7F788A'

red 127 ◦ green 120 ◦ blue 138

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

Shades of Topaz #7F788A

Tints of Topaz #7F788A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.17%

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

R = 32.99%
G = 31.17%
B = 35.84%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7F788A (or 0x7F788A) is known color: Topaz. HEX triplet: 7F, 78 and 8A. RGB value is (127,120,138). Sum of RGB (Red+Green+Blue) = 127+120+138=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F788A is #808775. Grayscale: #7C7C7C. Windows color (decimal): -8423286 or 9074815. OLE color: 9074815.

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

Color convert

RGB 127 120 138 -
CMYK 0.08 0.13 0 0.46
HSL 263.33º 0.07% 0.51% -
HSV(B) 263.33º 0.13% 0.54% -
XYZ 20.06 19.78 26.81 -
YUV 124.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 127 120 138 0.08 0.13 0 0.46 263.33 0.07 0.51
Hex 7F 78 8A 8 D 0 2E 107 7 33
Octal 177 170 212 10 15 0 56 407 7 63
Binary 1111111 1111000 10001010 1000 1101 0 101110 100000111 111 110011

Color Harmonies of #7F788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F788A

Black with #7F788A

Text Example


Text Example

White with #7F788A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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