Html Css Color HEX #777487 Dolphin

📋 copy color: '#777487'

red 119 ◦ green 116 ◦ blue 135

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

Shades of Dolphin #777487

Tints of Dolphin #777487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.49%

R = 32.16%
G = 31.35%
B = 36.49%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#777487 (or 0x777487) is known color: Dolphin. HEX triplet: 77, 74 and 87. RGB value is (119,116,135). Sum of RGB (Red+Green+Blue) = 119+116+135=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 135 - color contains mainly: blue. Hex color #777487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777487 is #888B78. Grayscale: #767676. Windows color (decimal): -8948601 or 8877175. OLE color: 8877175.

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

Color convert

RGB 119 116 135 -
CMYK 0.12 0.14 0 0.47
HSL 249.47º 0.08% 0.49% -
HSV(B) 249.47º 0.14% 0.53% -
XYZ 18.23 18.16 25.47 -
YUV 119.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 119 116 135 0.12 0.14 0 0.47 249.47 0.08 0.49
Hex 77 74 87 C E 0 2F F9 8 31
Octal 167 164 207 14 16 0 57 371 10 61
Binary 1110111 1110100 10000111 1100 1110 0 101111 11111001 1000 110001

Color Harmonies of #777487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777487

Black with #777487

Text Example


Text Example

White with #777487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777487; }

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

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

background-color css

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

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

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

border-color css

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

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

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