Html Css Color HEX #838085 Topaz

📋 copy color: '#838085'

red 131 ◦ green 128 ◦ blue 133

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

Shades of Topaz #838085

Tints of Topaz #838085

RGB

 RED value IS 131 (51.56% from 255) = 33.42%

 GREEN value IS 128 (50.39% from 255) = 32.65%

 BLUE value IS 133 (52.34% from 255) = 33.93%

R = 33.42%
G = 32.65%
B = 33.93%

CMYK

 C value IS 0.02

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#838085 (or 0x838085) is known color: Topaz. HEX triplet: 83, 80 and 85. RGB value is (131,128,133). Sum of RGB (Red+Green+Blue) = 131+128+133=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 133 - color contains mainly: blue. Hex color #838085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838085 is #7C7F7A. Grayscale: #818181. Windows color (decimal): -8159099 or 8749187. OLE color: 8749187.

HSL color Cylindrical-coordinate representation of color #838085: hue angle of 276º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #838085 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 128 133 -
CMYK 0.02 0.04 0 0.48
HSL 276º 0.02% 0.51% -
HSV(B) 276º 0.04% 0.52% -
XYZ 21.31 21.96 25.31 -
YUV 129.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 131 128 133 0.02 0.04 0 0.48 276 0.02 0.51
Hex 83 80 85 2 4 0 30 114 2 33
Octal 203 200 205 2 4 0 60 424 2 63
Binary 10000011 10000000 10000101 10 100 0 110000 100010100 10 110011

Color Harmonies of #838085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838085

Black with #838085

Text Example


Text Example

White with #838085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838085; }

 p { color: rgb(131,128,133); }

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

background-color css

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

 a { background-color: rgb(131,128,133); }

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

border-color css

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

 span { border-color: rgb(131,128,133); }

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