Html Css Color HEX #768586 Regent Grey

📋 copy color: '#768586'

red 118 ◦ green 133 ◦ blue 134

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

Shades of Regent Grey #768586

Tints of Regent Grey #768586

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

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

R = 30.65%
G = 34.55%
B = 34.81%

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

#768586 (or 0x768586) is known color: Regent Grey. HEX triplet: 76, 85 and 86. RGB value is (118,133,134). Sum of RGB (Red+Green+Blue) = 118+133+134=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 134 - color contains mainly: blue. Hex color #768586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768586 is #897A79. Grayscale: #808080. Windows color (decimal): -9009786 or 8815990. OLE color: 8815990.

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

Color convert

RGB 118 133 134 -
CMYK 0.12 0.01 0 0.47
HSL 183.75º 0.06% 0.49% -
HSV(B) 183.75º 0.12% 0.53% -
XYZ 20.16 22.35 25.81 -
YUV 128.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 118 133 134 0.12 0.01 0 0.47 183.75 0.06 0.49
Hex 76 85 86 C 1 0 2F B8 6 31
Octal 166 205 206 14 1 0 57 270 6 61
Binary 1110110 10000101 10000110 1100 1 0 101111 10111000 110 110001

Color Harmonies of #768586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768586

Black with #768586

Text Example


Text Example

White with #768586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768586; }

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

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

background-color css

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

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

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

border-color css

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

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

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