Html Css Color HEX #7F798A Topaz

📋 copy color: '#7F798A'

red 127 ◦ green 121 ◦ blue 138

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

Shades of Topaz #7F798A

Tints of Topaz #7F798A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.35%

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

R = 32.9%
G = 31.35%
B = 35.75%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7F798A (or 0x7F798A) is known color: Topaz. HEX triplet: 7F, 79 and 8A. RGB value is (127,121,138). Sum of RGB (Red+Green+Blue) = 127+121+138=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F798A is #808675. Grayscale: #7C7C7C. Windows color (decimal): -8423030 or 9075071. OLE color: 9075071.

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

Color convert

RGB 127 121 138 -
CMYK 0.08 0.12 0 0.46
HSL 261.18º 0.07% 0.51% -
HSV(B) 261.18º 0.12% 0.54% -
XYZ 20.18 20.02 26.85 -
YUV 124.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 127 121 138 0.08 0.12 0 0.46 261.18 0.07 0.51
Hex 7F 79 8A 8 C 0 2E 105 7 33
Octal 177 171 212 10 14 0 56 405 7 63
Binary 1111111 1111001 10001010 1000 1100 0 101110 100000101 111 110011

Color Harmonies of #7F798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F798A

Black with #7F798A

Text Example


Text Example

White with #7F798A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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