Html Css Color HEX #768486 Regent Grey

📋 copy color: '#768486'

red 118 ◦ green 132 ◦ blue 134

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

Shades of Regent Grey #768486

Tints of Regent Grey #768486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.9%

R = 30.73%
G = 34.38%
B = 34.9%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#768486 (or 0x768486) is known color: Regent Grey. HEX triplet: 76, 84 and 86. RGB value is (118,132,134). Sum of RGB (Red+Green+Blue) = 118+132+134=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 134 - color contains mainly: blue. Hex color #768486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768486 is #897B79. Grayscale: #808080. Windows color (decimal): -9010042 or 8815734. OLE color: 8815734.

HSL color Cylindrical-coordinate representation of color #768486: hue angle of 187.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #768486 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 132 134 -
CMYK 0.12 0.01 0 0.47
HSL 187.5º 0.06% 0.49% -
HSV(B) 187.5º 0.12% 0.53% -
XYZ 20.03 22.08 25.76 -
YUV 128.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 118 132 134 0.12 0.01 0 0.47 187.5 0.06 0.49
Hex 76 84 86 C 1 0 2F BC 6 31
Octal 166 204 206 14 1 0 57 274 6 61
Binary 1110110 10000100 10000110 1100 1 0 101111 10111100 110 110001

Color Harmonies of #768486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768486

Black with #768486

Text Example


Text Example

White with #768486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768486; }

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

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

background-color css

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

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

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

border-color css

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

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

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