Html Css Color HEX #768891 Regent Grey

📋 copy color: '#768891'

red 118 ◦ green 136 ◦ blue 145

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

Shades of Regent Grey #768891

Tints of Regent Grey #768891

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.09%

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

R = 29.57%
G = 34.09%
B = 36.34%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#768891 (or 0x768891) is known color: Regent Grey. HEX triplet: 76, 88 and 91. RGB value is (118,136,145). Sum of RGB (Red+Green+Blue) = 118+136+145=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 145 - color contains mainly: blue. Hex color #768891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768891 is #89776E. Grayscale: #838383. Windows color (decimal): -9009007 or 9537654. OLE color: 9537654.

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

Color convert

RGB 118 136 145 -
CMYK 0.19 0.06 0 0.43
HSL 200º 0.11% 0.52% -
HSV(B) 200º 0.19% 0.57% -
XYZ 21.39 23.5 30.2 -
YUV 131.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 118 136 145 0.19 0.06 0 0.43 200 0.11 0.52
Hex 76 88 91 13 6 0 2B C8 B 34
Octal 166 210 221 23 6 0 53 310 13 64
Binary 1110110 10001000 10010001 10011 110 0 101011 11001000 1011 110100

Color Harmonies of #768891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768891

Black with #768891

Text Example


Text Example

White with #768891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768891; }

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

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

background-color css

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

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

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

border-color css

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

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

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