Html Css Color HEX #797785 Dolphin

📋 copy color: '#797785'

red 121 ◦ green 119 ◦ blue 133

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

Shades of Dolphin #797785

Tints of Dolphin #797785

RGB

 RED value IS 121 (47.66% from 255) = 32.44%

 GREEN value IS 119 (46.88% from 255) = 31.9%

 BLUE value IS 133 (52.34% from 255) = 35.66%

R = 32.44%
G = 31.9%
B = 35.66%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#797785 (or 0x797785) is known color: Dolphin. HEX triplet: 79, 77 and 85. RGB value is (121,119,133). Sum of RGB (Red+Green+Blue) = 121+119+133=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 133 - color contains mainly: blue. Hex color #797785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797785 is #86887A. Grayscale: #797979. Windows color (decimal): -8816763 or 8746873. OLE color: 8746873.

HSL color Cylindrical-coordinate representation of color #797785: hue angle of 248.57º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #797785 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 119 133 -
CMYK 0.09 0.11 0 0.48
HSL 248.57º 0.06% 0.49% -
HSV(B) 248.57º 0.11% 0.52% -
XYZ 18.72 18.95 24.86 -
YUV 121.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 121 119 133 0.09 0.11 0 0.48 248.57 0.06 0.49
Hex 79 77 85 9 B 0 30 F9 6 31
Octal 171 167 205 11 13 0 60 371 6 61
Binary 1111001 1110111 10000101 1001 1011 0 110000 11111001 110 110001

Color Harmonies of #797785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797785

Black with #797785

Text Example


Text Example

White with #797785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797785; }

 p { color: rgb(121,119,133); }

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

background-color css

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

 a { background-color: rgb(121,119,133); }

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

border-color css

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

 span { border-color: rgb(121,119,133); }

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