Html Css Color HEX #76838A Regent Grey

📋 copy color: '#76838A'

red 118 ◦ green 131 ◦ blue 138

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

Shades of Regent Grey #76838A

Tints of Regent Grey #76838A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.66%

R = 30.49%
G = 33.85%
B = 35.66%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#76838A (or 0x76838A) is known color: Regent Grey. HEX triplet: 76, 83 and 8A. RGB value is (118,131,138). Sum of RGB (Red+Green+Blue) = 118+131+138=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 138 - color contains mainly: blue. Hex color #76838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76838A is #897C75. Grayscale: #7F7F7F. Windows color (decimal): -9010294 or 9077622. OLE color: 9077622.

HSL color Cylindrical-coordinate representation of color #76838A: hue angle of 201º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #76838A is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 131 138 -
CMYK 0.14 0.05 0 0.46
HSL 201º 0.08% 0.5% -
HSV(B) 201º 0.14% 0.54% -
XYZ 20.17 21.92 27.21 -
YUV 127.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 118 131 138 0.14 0.05 0 0.46 201 0.08 0.5
Hex 76 83 8A E 5 0 2E C9 8 32
Octal 166 203 212 16 5 0 56 311 10 62
Binary 1110110 10000011 10001010 1110 101 0 101110 11001001 1000 110010

Color Harmonies of #76838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76838A

Black with #76838A

Text Example


Text Example

White with #76838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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