Html Css Color HEX #777488 Dolphin

📋 copy color: '#777488'

red 119 ◦ green 116 ◦ blue 136

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

Shades of Dolphin #777488

Tints of Dolphin #777488

RGB

 RED value IS 119 (46.88% from 255) = 32.08%

 GREEN value IS 116 (45.7% from 255) = 31.27%

 BLUE value IS 136 (53.52% from 255) = 36.66%

R = 32.08%
G = 31.27%
B = 36.66%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#777488 (or 0x777488) is known color: Dolphin. HEX triplet: 77, 74 and 88. RGB value is (119,116,136). Sum of RGB (Red+Green+Blue) = 119+116+136=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 136 - color contains mainly: blue. Hex color #777488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777488 is #888B77. Grayscale: #777777. Windows color (decimal): -8948600 or 8942711. OLE color: 8942711.

HSL color Cylindrical-coordinate representation of color #777488: hue angle of 249º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #777488 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 116 136 -
CMYK 0.12 0.15 0 0.47
HSL 249º 0.08% 0.49% -
HSV(B) 249º 0.15% 0.53% -
XYZ 18.3 18.19 25.84 -
YUV 119.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 119 116 136 0.12 0.15 0 0.47 249 0.08 0.49
Hex 77 74 88 C F 0 2F F9 8 31
Octal 167 164 210 14 17 0 57 371 10 61
Binary 1110111 1110100 10001000 1100 1111 0 101111 11111001 1000 110001

Color Harmonies of #777488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777488

Black with #777488

Text Example


Text Example

White with #777488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777488; }

 p { color: rgb(119,116,136); }

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

background-color css

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

 a { background-color: rgb(119,116,136); }

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

border-color css

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

 span { border-color: rgb(119,116,136); }

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