Html Css Color HEX #777583 Dolphin

📋 copy color: '#777583'

red 119 ◦ green 117 ◦ blue 131

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

Shades of Dolphin #777583

Tints of Dolphin #777583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.69%

R = 32.43%
G = 31.88%
B = 35.69%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#777583 (or 0x777583) is known color: Dolphin. HEX triplet: 77, 75 and 83. RGB value is (119,117,131). Sum of RGB (Red+Green+Blue) = 119+117+131=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 131 - color contains mainly: blue. Hex color #777583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777583 is #888A7C. Grayscale: #777777. Windows color (decimal): -8948349 or 8615287. OLE color: 8615287.

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

Color convert

RGB 119 117 131 -
CMYK 0.09 0.11 0 0.49
HSL 248.57º 0.06% 0.49% -
HSV(B) 248.57º 0.11% 0.51% -
XYZ 18.07 18.28 24.05 -
YUV 119.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 119 117 131 0.09 0.11 0 0.49 248.57 0.06 0.49
Hex 77 75 83 9 B 0 31 F9 6 31
Octal 167 165 203 11 13 0 61 371 6 61
Binary 1110111 1110101 10000011 1001 1011 0 110001 11111001 110 110001

Color Harmonies of #777583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777583

Black with #777583

Text Example


Text Example

White with #777583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777583; }

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

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

background-color css

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

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

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

border-color css

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

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

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