Html Css Color HEX #837888 Topaz

📋 copy color: '#837888'

red 131 ◦ green 120 ◦ blue 136

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

Shades of Topaz #837888

Tints of Topaz #837888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.14%

R = 33.85%
G = 31.01%
B = 35.14%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#837888 (or 0x837888) is known color: Topaz. HEX triplet: 83, 78 and 88. RGB value is (131,120,136). Sum of RGB (Red+Green+Blue) = 131+120+136=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 136 - color contains mainly: blue. Hex color #837888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837888 is #7C8777. Grayscale: #7D7D7D. Windows color (decimal): -8161144 or 8943747. OLE color: 8943747.

HSL color Cylindrical-coordinate representation of color #837888: hue angle of 281.25º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #837888 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 120 136 -
CMYK 0.04 0.12 0 0.47
HSL 281.25º 0.06% 0.5% -
HSV(B) 281.25º 0.12% 0.53% -
XYZ 20.52 20.04 26.08 -
YUV 125.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 131 120 136 0.04 0.12 0 0.47 281.25 0.06 0.5
Hex 83 78 88 4 C 0 2F 119 6 32
Octal 203 170 210 4 14 0 57 431 6 62
Binary 10000011 1111000 10001000 100 1100 0 101111 100011001 110 110010

Color Harmonies of #837888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837888

Black with #837888

Text Example


Text Example

White with #837888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837888; }

 p { color: rgb(131,120,136); }

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

background-color css

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

 a { background-color: rgb(131,120,136); }

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

border-color css

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

 span { border-color: rgb(131,120,136); }

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