Html Css Color HEX #76848B Regent Grey

📋 copy color: '#76848B'

red 118 ◦ green 132 ◦ blue 139

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

Shades of Regent Grey #76848B

Tints of Regent Grey #76848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.93%

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 30.33%
G = 33.93%
B = 35.73%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76848B (or 0x76848B) is known color: Regent Grey. HEX triplet: 76, 84 and 8B. RGB value is (118,132,139). Sum of RGB (Red+Green+Blue) = 118+132+139=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 139 - color contains mainly: blue. Hex color #76848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76848B is #897B74. Grayscale: #808080. Windows color (decimal): -9010037 or 9143414. OLE color: 9143414.

HSL color Cylindrical-coordinate representation of color #76848B: hue angle of 200º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #76848B is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 132 139 -
CMYK 0.15 0.05 0 0.45
HSL 200º 0.08% 0.5% -
HSV(B) 200º 0.15% 0.55% -
XYZ 20.38 22.22 27.64 -
YUV 128.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 118 132 139 0.15 0.05 0 0.45 200 0.08 0.5
Hex 76 84 8B F 5 0 2D C8 8 32
Octal 166 204 213 17 5 0 55 310 10 62
Binary 1110110 10000100 10001011 1111 101 0 101101 11001000 1000 110010

Color Harmonies of #76848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76848B

Black with #76848B

Text Example


Text Example

White with #76848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76848B; }

 p { color: rgb(118,132,139); }

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

background-color css

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

 a { background-color: rgb(118,132,139); }

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

border-color css

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

 span { border-color: rgb(118,132,139); }

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