Html Css Color HEX #777482 Dolphin

📋 copy color: '#777482'

red 119 ◦ green 116 ◦ blue 130

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

Shades of Dolphin #777482

Tints of Dolphin #777482

RGB

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

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

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

R = 32.6%
G = 31.78%
B = 35.62%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#777482 (or 0x777482) is known color: Dolphin. HEX triplet: 77, 74 and 82. RGB value is (119,116,130). Sum of RGB (Red+Green+Blue) = 119+116+130=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 130 - color contains mainly: blue. Hex color #777482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777482 is #888B7D. Grayscale: #767676. Windows color (decimal): -8948606 or 8549495. OLE color: 8549495.

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

Color convert

RGB 119 116 130 -
CMYK 0.08 0.11 0 0.49
HSL 252.86º 0.06% 0.48% -
HSV(B) 252.86º 0.11% 0.51% -
XYZ 17.88 18.02 23.66 -
YUV 118.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 119 116 130 0.08 0.11 0 0.49 252.86 0.06 0.48
Hex 77 74 82 8 B 0 31 FD 6 30
Octal 167 164 202 10 13 0 61 375 6 60
Binary 1110111 1110100 10000010 1000 1011 0 110001 11111101 110 110000

Color Harmonies of #777482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777482

Black with #777482

Text Example


Text Example

White with #777482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777482; }

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

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

background-color css

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

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

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

border-color css

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

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

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