Html Css Color HEX #837D88 Topaz

📋 copy color: '#837D88'

red 131 ◦ green 125 ◦ blue 136

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

Shades of Topaz #837D88

Tints of Topaz #837D88

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.89%

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

R = 33.42%
G = 31.89%
B = 34.69%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#837D88 (or 0x837D88) is known color: Topaz. HEX triplet: 83, 7D and 88. RGB value is (131,125,136). Sum of RGB (Red+Green+Blue) = 131+125+136=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 136 - color contains mainly: blue. Hex color #837D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837D88 is #7C8277. Grayscale: #808080. Windows color (decimal): -8159864 or 8945027. OLE color: 8945027.

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

Color convert

RGB 131 125 136 -
CMYK 0.04 0.08 0 0.47
HSL 272.73º 0.04% 0.51% -
HSV(B) 272.73º 0.08% 0.53% -
XYZ 21.14 21.27 26.28 -
YUV 128.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 131 125 136 0.04 0.08 0 0.47 272.73 0.04 0.51
Hex 83 7D 88 4 8 0 2F 111 4 33
Octal 203 175 210 4 10 0 57 421 4 63
Binary 10000011 1111101 10001000 100 1000 0 101111 100010001 100 110011

Color Harmonies of #837D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837D88

Black with #837D88

Text Example


Text Example

White with #837D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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