Html Css Color HEX #768791 Regent Grey

📋 copy color: '#768791'

red 118 ◦ green 135 ◦ blue 145

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

Shades of Regent Grey #768791

Tints of Regent Grey #768791

RGB

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

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

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

R = 29.65%
G = 33.92%
B = 36.43%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#768791 (or 0x768791) is known color: Regent Grey. HEX triplet: 76, 87 and 91. RGB value is (118,135,145). Sum of RGB (Red+Green+Blue) = 118+135+145=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 145 - color contains mainly: blue. Hex color #768791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768791 is #89786E. Grayscale: #828282. Windows color (decimal): -9009263 or 9537398. OLE color: 9537398.

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

Color convert

RGB 118 135 145 -
CMYK 0.19 0.07 0 0.43
HSL 202.22º 0.11% 0.52% -
HSV(B) 202.22º 0.19% 0.57% -
XYZ 21.25 23.22 30.15 -
YUV 131.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 118 135 145 0.19 0.07 0 0.43 202.22 0.11 0.52
Hex 76 87 91 13 7 0 2B CA B 34
Octal 166 207 221 23 7 0 53 312 13 64
Binary 1110110 10000111 10010001 10011 111 0 101011 11001010 1011 110100

Color Harmonies of #768791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768791

Black with #768791

Text Example


Text Example

White with #768791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768791; }

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

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

background-color css

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

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

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

border-color css

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

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

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