Html Css Color HEX #82758A Topaz

📋 copy color: '#82758A'

red 130 ◦ green 117 ◦ blue 138

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

Shades of Topaz #82758A

Tints of Topaz #82758A

RGB

 RED value IS 130 (51.17% from 255) = 33.77%

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

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

R = 33.77%
G = 30.39%
B = 35.84%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#82758A (or 0x82758A) is known color: Topaz. HEX triplet: 82, 75 and 8A. RGB value is (130,117,138). Sum of RGB (Red+Green+Blue) = 130+117+138=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 117 (46.09% from 255 or 30.39% 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 #82758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82758A is #7D8A75. Grayscale: #7B7B7B. Windows color (decimal): -8227446 or 9074050. OLE color: 9074050.

HSL color Cylindrical-coordinate representation of color #82758A: hue angle of 277.14º 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 #82758A is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 117 138 -
CMYK 0.06 0.15 0 0.46
HSL 277.14º 0.08% 0.5% -
HSV(B) 277.14º 0.15% 0.54% -
XYZ 20.15 19.3 26.71 -
YUV 123.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 130 117 138 0.06 0.15 0 0.46 277.14 0.08 0.5
Hex 82 75 8A 6 F 0 2E 115 8 32
Octal 202 165 212 6 17 0 56 425 10 62
Binary 10000010 1110101 10001010 110 1111 0 101110 100010101 1000 110010

Color Harmonies of #82758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82758A

Black with #82758A

Text Example


Text Example

White with #82758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82758A; }

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

 H1.HeaderClassName
 {
   color: #82758A;
 }
 .AnyTagClassName
 {
   color: #82758A;
 }
</style>

background-color css

<style>
 a { background-color: #82758A; }

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

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

border-color css

<style>
 span { border-color: #82758A; }

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

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