Html Css Color HEX #768790 Regent Grey

📋 copy color: '#768790'

red 118 ◦ green 135 ◦ blue 144

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

Shades of Regent Grey #768790

Tints of Regent Grey #768790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.01%

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

R = 29.72%
G = 34.01%
B = 36.27%

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

#768790 (or 0x768790) is known color: Regent Grey. HEX triplet: 76, 87 and 90. RGB value is (118,135,144). Sum of RGB (Red+Green+Blue) = 118+135+144=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 144 - color contains mainly: blue. Hex color #768790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768790 is #89786F. Grayscale: #828282. Windows color (decimal): -9009264 or 9471862. OLE color: 9471862.

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

Color convert

RGB 118 135 144 -
CMYK 0.18 0.06 0 0.44
HSL 200.77º 0.1% 0.51% -
HSV(B) 200.77º 0.18% 0.56% -
XYZ 21.17 23.19 29.75 -
YUV 130.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 118 135 144 0.18 0.06 0 0.44 200.77 0.1 0.51
Hex 76 87 90 12 6 0 2C C9 A 33
Octal 166 207 220 22 6 0 54 311 12 63
Binary 1110110 10000111 10010000 10010 110 0 101100 11001001 1010 110011

Color Harmonies of #768790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768790

Black with #768790

Text Example


Text Example

White with #768790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768790; }

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

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

background-color css

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

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

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

border-color css

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

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

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