Html Css Color HEX #768B90 Regent Grey

📋 copy color: '#768B90'

red 118 ◦ green 139 ◦ blue 144

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

Shades of Regent Grey #768B90

Tints of Regent Grey #768B90

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

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

R = 29.43%
G = 34.66%
B = 35.91%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#768B90 (or 0x768B90) is known color: Regent Grey. HEX triplet: 76, 8B and 90. RGB value is (118,139,144). Sum of RGB (Red+Green+Blue) = 118+139+144=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 144 - color contains mainly: blue. Hex color #768B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768B90 is #89746F. Grayscale: #858585. Windows color (decimal): -9008240 or 9472886. OLE color: 9472886.

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

Color convert

RGB 118 139 144 -
CMYK 0.18 0.03 0 0.44
HSL 191.54º 0.1% 0.51% -
HSV(B) 191.54º 0.18% 0.56% -
XYZ 21.74 24.33 29.94 -
YUV 133.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 118 139 144 0.18 0.03 0 0.44 191.54 0.1 0.51
Hex 76 8B 90 12 3 0 2C C0 A 33
Octal 166 213 220 22 3 0 54 300 12 63
Binary 1110110 10001011 10010000 10010 11 0 101100 11000000 1010 110011

Color Harmonies of #768B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768B90

Black with #768B90

Text Example


Text Example

White with #768B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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