Html Css Color HEX #797882 Dolphin

📋 copy color: '#797882'

red 121 ◦ green 120 ◦ blue 130

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

Shades of Dolphin #797882

Tints of Dolphin #797882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.04%

R = 32.61%
G = 32.35%
B = 35.04%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#797882 (or 0x797882) is known color: Dolphin. HEX triplet: 79, 78 and 82. RGB value is (121,120,130). Sum of RGB (Red+Green+Blue) = 121+120+130=371 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.61% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 130 - color contains mainly: blue. Hex color #797882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797882 is #86877D. Grayscale: #797979. Windows color (decimal): -8816510 or 8550521. OLE color: 8550521.

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

Color convert

RGB 121 120 130 -
CMYK 0.07 0.08 0 0.49
HSL 246º 0.04% 0.49% -
HSV(B) 246º 0.08% 0.51% -
XYZ 18.63 19.11 23.83 -
YUV 121.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 121 120 130 0.07 0.08 0 0.49 246 0.04 0.49
Hex 79 78 82 7 8 0 31 F6 4 31
Octal 171 170 202 7 10 0 61 366 4 61
Binary 1111001 1111000 10000010 111 1000 0 110001 11110110 100 110001

Color Harmonies of #797882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797882

Black with #797882

Text Example


Text Example

White with #797882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797882; }

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

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

background-color css

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

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

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

border-color css

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

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

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