Html Css Color HEX #76838D Slate Grey

📋 copy color: '#76838D'

red 118 ◦ green 131 ◦ blue 141

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

Shades of Slate Grey #76838D

Tints of Slate Grey #76838D

RGB

 RED value IS 118 (46.48% from 255) = 30.26%

 GREEN value IS 131 (51.56% from 255) = 33.59%

 BLUE value IS 141 (55.47% from 255) = 36.15%

R = 30.26%
G = 33.59%
B = 36.15%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76838D (or 0x76838D) is known color: Slate Grey. HEX triplet: 76, 83 and 8D. RGB value is (118,131,141). Sum of RGB (Red+Green+Blue) = 118+131+141=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 141 - color contains mainly: blue. Hex color #76838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76838D is #897C72. Grayscale: #808080. Windows color (decimal): -9010291 or 9274230. OLE color: 9274230.

HSL color Cylindrical-coordinate representation of color #76838D: hue angle of 206.09º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76838D is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 131 141 -
CMYK 0.16 0.07 0 0.45
HSL 206.09º 0.09% 0.51% -
HSV(B) 206.09º 0.16% 0.55% -
XYZ 20.4 22.01 28.37 -
YUV 128.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 118 131 141 0.16 0.07 0 0.45 206.09 0.09 0.51
Hex 76 83 8D 10 7 0 2D CE 9 33
Octal 166 203 215 20 7 0 55 316 11 63
Binary 1110110 10000011 10001101 10000 111 0 101101 11001110 1001 110011

Color Harmonies of #76838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76838D

Black with #76838D

Text Example


Text Example

White with #76838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76838D; }

 p { color: rgb(118,131,141); }

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

background-color css

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

 a { background-color: rgb(118,131,141); }

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

border-color css

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

 span { border-color: rgb(118,131,141); }

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