Html Css Color HEX #768587 Regent Grey

📋 copy color: '#768587'

red 118 ◦ green 133 ◦ blue 135

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

Shades of Regent Grey #768587

Tints of Regent Grey #768587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.97%

R = 30.57%
G = 34.46%
B = 34.97%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#768587 (or 0x768587) is known color: Regent Grey. HEX triplet: 76, 85 and 87. RGB value is (118,133,135). Sum of RGB (Red+Green+Blue) = 118+133+135=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 135 - color contains mainly: blue. Hex color #768587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768587 is #897A78. Grayscale: #808080. Windows color (decimal): -9009785 or 8881526. OLE color: 8881526.

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

Color convert

RGB 118 133 135 -
CMYK 0.13 0.01 0 0.47
HSL 187.06º 0.07% 0.5% -
HSV(B) 187.06º 0.13% 0.53% -
XYZ 20.23 22.38 26.17 -
YUV 128.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 118 133 135 0.13 0.01 0 0.47 187.06 0.07 0.5
Hex 76 85 87 D 1 0 2F BB 7 32
Octal 166 205 207 15 1 0 57 273 7 62
Binary 1110110 10000101 10000111 1101 1 0 101111 10111011 111 110010

Color Harmonies of #768587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768587

Black with #768587

Text Example


Text Example

White with #768587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768587; }

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

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

background-color css

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

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

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

border-color css

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

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

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