Html Css Color HEX #768993 Regent Grey

📋 copy color: '#768993'

red 118 ◦ green 137 ◦ blue 147

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

Shades of Regent Grey #768993

Tints of Regent Grey #768993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.57%

R = 29.35%
G = 34.08%
B = 36.57%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#768993 (or 0x768993) is known color: Regent Grey. HEX triplet: 76, 89 and 93. RGB value is (118,137,147). Sum of RGB (Red+Green+Blue) = 118+137+147=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 147 - color contains mainly: blue. Hex color #768993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768993 is #89766C. Grayscale: #848484. Windows color (decimal): -9008749 or 9668982. OLE color: 9668982.

HSL color Cylindrical-coordinate representation of color #768993: hue angle of 200.69º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #768993 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 137 147 -
CMYK 0.20 0.07 0 0.42
HSL 200.69º 0.12% 0.52% -
HSV(B) 200.69º 0.2% 0.58% -
XYZ 21.68 23.85 31.06 -
YUV 132.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 118 137 147 0.20 0.07 0 0.42 200.69 0.12 0.52
Hex 76 89 93 14 7 0 2A C9 C 34
Octal 166 211 223 24 7 0 52 311 14 64
Binary 1110110 10001001 10010011 10100 111 0 101010 11001001 1100 110100

Color Harmonies of #768993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768993

Black with #768993

Text Example


Text Example

White with #768993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768993; }

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

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

background-color css

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

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

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

border-color css

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

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

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