Html Css Color HEX #768287 Regent Grey

📋 copy color: '#768287'

red 118 ◦ green 130 ◦ blue 135

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

Shades of Regent Grey #768287

Tints of Regent Grey #768287

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.94%

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

R = 30.81%
G = 33.94%
B = 35.25%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#768287 (or 0x768287) is known color: Regent Grey. HEX triplet: 76, 82 and 87. RGB value is (118,130,135). Sum of RGB (Red+Green+Blue) = 118+130+135=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 135 - color contains mainly: blue. Hex color #768287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768287 is #897D78. Grayscale: #7E7E7E. Windows color (decimal): -9010553 or 8880758. OLE color: 8880758.

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

Color convert

RGB 118 130 135 -
CMYK 0.13 0.04 0 0.47
HSL 197.65º 0.07% 0.5% -
HSV(B) 197.65º 0.13% 0.53% -
XYZ 19.83 21.57 26.04 -
YUV 126.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 118 130 135 0.13 0.04 0 0.47 197.65 0.07 0.5
Hex 76 82 87 D 4 0 2F C6 7 32
Octal 166 202 207 15 4 0 57 306 7 62
Binary 1110110 10000010 10000111 1101 100 0 101111 11000110 111 110010

Color Harmonies of #768287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768287

Black with #768287

Text Example


Text Example

White with #768287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768287; }

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

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

background-color css

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

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

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

border-color css

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

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

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