Html Css Color HEX #797881 Dolphin

📋 copy color: '#797881'

red 121 ◦ green 120 ◦ blue 129

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

Shades of Dolphin #797881

Tints of Dolphin #797881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.43%

 BLUE value IS 129 (50.78% from 255) = 34.86%

R = 32.7%
G = 32.43%
B = 34.86%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#797881 (or 0x797881) is known color: Dolphin. HEX triplet: 79, 78 and 81. RGB value is (121,120,129). Sum of RGB (Red+Green+Blue) = 121+120+129=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 129 - color contains mainly: blue. Hex color #797881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797881 is #86877E. Grayscale: #797979. Windows color (decimal): -8816511 or 8484985. OLE color: 8484985.

HSL color Cylindrical-coordinate representation of color #797881: hue angle of 246.67º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #797881 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 120 129 -
CMYK 0.06 0.07 0 0.49
HSL 246.67º 0.04% 0.49% -
HSV(B) 246.67º 0.07% 0.51% -
XYZ 18.56 19.08 23.47 -
YUV 121.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 121 120 129 0.06 0.07 0 0.49 246.67 0.04 0.49
Hex 79 78 81 6 7 0 31 F7 4 31
Octal 171 170 201 6 7 0 61 367 4 61
Binary 1111001 1111000 10000001 110 111 0 110001 11110111 100 110001

Color Harmonies of #797881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797881

Black with #797881

Text Example


Text Example

White with #797881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797881; }

 p { color: rgb(121,120,129); }

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

background-color css

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

 a { background-color: rgb(121,120,129); }

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

border-color css

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

 span { border-color: rgb(121,120,129); }

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