Html Css Color HEX #768890 Regent Grey

📋 copy color: '#768890'

red 118 ◦ green 136 ◦ blue 144

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

Shades of Regent Grey #768890

Tints of Regent Grey #768890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.17%

 BLUE value IS 144 (56.64% from 255) = 36.18%

R = 29.65%
G = 34.17%
B = 36.18%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#768890 (or 0x768890) is known color: Regent Grey. HEX triplet: 76, 88 and 90. RGB value is (118,136,144). Sum of RGB (Red+Green+Blue) = 118+136+144=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 144 - color contains mainly: blue. Hex color #768890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768890 is #89776F. Grayscale: #838383. Windows color (decimal): -9009008 or 9472118. OLE color: 9472118.

HSL color Cylindrical-coordinate representation of color #768890: hue angle of 198.46º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #768890 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 136 144 -
CMYK 0.18 0.06 0 0.44
HSL 198.46º 0.1% 0.51% -
HSV(B) 198.46º 0.18% 0.56% -
XYZ 21.31 23.47 29.79 -
YUV 131.53 135.04 118.35 -
System Red Green Blue C M Y K H S L
Decimal 118 136 144 0.18 0.06 0 0.44 198.46 0.1 0.51
Hex 76 88 90 12 6 0 2C C6 A 33
Octal 166 210 220 22 6 0 54 306 12 63
Binary 1110110 10001000 10010000 10010 110 0 101100 11000110 1010 110011

Color Harmonies of #768890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768890

Black with #768890

Text Example


Text Example

White with #768890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768890; }

 p { color: rgb(118,136,144); }

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

background-color css

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

 a { background-color: rgb(118,136,144); }

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

border-color css

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

 span { border-color: rgb(118,136,144); }

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