Html Css Color HEX #768A91 Regent Grey

📋 copy color: '#768A91'

red 118 ◦ green 138 ◦ blue 145

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

Shades of Regent Grey #768A91

Tints of Regent Grey #768A91

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.41%

 BLUE value IS 145 (57.03% from 255) = 36.16%

R = 29.43%
G = 34.41%
B = 36.16%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#768A91 (or 0x768A91) is known color: Regent Grey. HEX triplet: 76, 8A and 91. RGB value is (118,138,145). Sum of RGB (Red+Green+Blue) = 118+138+145=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 145 - color contains mainly: blue. Hex color #768A91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768A91 is #89756E. Grayscale: #848484. Windows color (decimal): -9008495 or 9538166. OLE color: 9538166.

HSL color Cylindrical-coordinate representation of color #768A91: hue angle of 195.56º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768A91 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 138 145 -
CMYK 0.19 0.05 0 0.43
HSL 195.56º 0.11% 0.52% -
HSV(B) 195.56º 0.19% 0.57% -
XYZ 21.67 24.07 30.29 -
YUV 132.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 118 138 145 0.19 0.05 0 0.43 195.56 0.11 0.52
Hex 76 8A 91 13 5 0 2B C4 B 34
Octal 166 212 221 23 5 0 53 304 13 64
Binary 1110110 10001010 10010001 10011 101 0 101011 11000100 1011 110100

Color Harmonies of #768A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768A91

Black with #768A91

Text Example


Text Example

White with #768A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,138,145); }

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

background-color css

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

 a { background-color: rgb(118,138,145); }

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

border-color css

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

 span { border-color: rgb(118,138,145); }

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