Html Css Color HEX #777582 Dolphin

📋 copy color: '#777582'

red 119 ◦ green 117 ◦ blue 130

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

Shades of Dolphin #777582

Tints of Dolphin #777582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.97%

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

R = 32.51%
G = 31.97%
B = 35.52%

CMYK

 C value IS 0.08

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#777582 (or 0x777582) is known color: Dolphin. HEX triplet: 77, 75 and 82. RGB value is (119,117,130). Sum of RGB (Red+Green+Blue) = 119+117+130=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 130 - color contains mainly: blue. Hex color #777582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777582 is #888A7D. Grayscale: #777777. Windows color (decimal): -8948350 or 8549751. OLE color: 8549751.

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

Color convert

RGB 119 117 130 -
CMYK 0.08 0.1 0 0.49
HSL 249.23º 0.05% 0.48% -
HSV(B) 249.23º 0.1% 0.51% -
XYZ 18 18.26 23.69 -
YUV 119.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 119 117 130 0.08 0.1 0 0.49 249.23 0.05 0.48
Hex 77 75 82 8 A 0 31 F9 5 30
Octal 167 165 202 10 12 0 61 371 5 60
Binary 1110111 1110101 10000010 1000 1010 0 110001 11111001 101 110000

Color Harmonies of #777582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777582

Black with #777582

Text Example


Text Example

White with #777582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777582; }

 p { color: rgb(119,117,130); }

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

background-color css

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

 a { background-color: rgb(119,117,130); }

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

border-color css

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

 span { border-color: rgb(119,117,130); }

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