Html Css Color HEX #837788 Topaz

📋 copy color: '#837788'

red 131 ◦ green 119 ◦ blue 136

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

Shades of Topaz #837788

Tints of Topaz #837788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.83%

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

R = 33.94%
G = 30.83%
B = 35.23%

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

#837788 (or 0x837788) is known color: Topaz. HEX triplet: 83, 77 and 88. RGB value is (131,119,136). Sum of RGB (Red+Green+Blue) = 131+119+136=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 136 - color contains mainly: blue. Hex color #837788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837788 is #7C8877. Grayscale: #7C7C7C. Windows color (decimal): -8161400 or 8943491. OLE color: 8943491.

HSL color Cylindrical-coordinate representation of color #837788: hue angle of 282.35º degrees, saturation: 0.07, 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 #837788 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 119 136 -
CMYK 0.04 0.12 0 0.47
HSL 282.35º 0.07% 0.5% -
HSV(B) 282.35º 0.13% 0.53% -
XYZ 20.4 19.8 26.04 -
YUV 124.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 131 119 136 0.04 0.12 0 0.47 282.35 0.07 0.5
Hex 83 77 88 4 C 0 2F 11A 7 32
Octal 203 167 210 4 14 0 57 432 7 62
Binary 10000011 1110111 10001000 100 1100 0 101111 100011010 111 110010

Color Harmonies of #837788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837788

Black with #837788

Text Example


Text Example

White with #837788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837788; }

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

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

background-color css

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

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

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

border-color css

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

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

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