Html Css Color HEX #768990 Regent Grey

📋 copy color: '#768990'

red 118 ◦ green 137 ◦ blue 144

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

Shades of Regent Grey #768990

Tints of Regent Grey #768990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.34%

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

R = 29.57%
G = 34.34%
B = 36.09%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#768990 (or 0x768990) is known color: Regent Grey. HEX triplet: 76, 89 and 90. RGB value is (118,137,144). Sum of RGB (Red+Green+Blue) = 118+137+144=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 144 - color contains mainly: blue. Hex color #768990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768990 is #89766F. Grayscale: #848484. Windows color (decimal): -9008752 or 9472374. OLE color: 9472374.

HSL color Cylindrical-coordinate representation of color #768990: hue angle of 196.15º 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 #768990 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 137 144 -
CMYK 0.18 0.05 0 0.44
HSL 196.15º 0.1% 0.51% -
HSV(B) 196.15º 0.18% 0.56% -
XYZ 21.45 23.76 29.84 -
YUV 132.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 118 137 144 0.18 0.05 0 0.44 196.15 0.1 0.51
Hex 76 89 90 12 5 0 2C C4 A 33
Octal 166 211 220 22 5 0 54 304 12 63
Binary 1110110 10001001 10010000 10010 101 0 101100 11000100 1010 110011

Color Harmonies of #768990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768990

Black with #768990

Text Example


Text Example

White with #768990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768990; }

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

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

background-color css

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

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

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

border-color css

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

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

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