Html Css Color HEX #757577 Dolphin

📋 copy color: '#757577'

red 117 ◦ green 117 ◦ blue 119

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

Shades of Dolphin #757577

Tints of Dolphin #757577

RGB

 RED value IS 117 (46.09% from 255) = 33.14%

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

 BLUE value IS 119 (46.88% from 255) = 33.71%

R = 33.14%
G = 33.14%
B = 33.71%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#757577 (or 0x757577) is known color: Dolphin. HEX triplet: 75, 75 and 77. RGB value is (117,117,119). Sum of RGB (Red+Green+Blue) = 117+117+119=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 119 - color contains mainly: blue. Hex color #757577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757577 is #8A8A88. Grayscale: #757575. Windows color (decimal): -9079433 or 7828853. OLE color: 7828853.

HSL color Cylindrical-coordinate representation of color #757577: hue angle of 240º degrees, saturation: 0.01, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #757577 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 117 119 -
CMYK 0.02 0.02 0 0.53
HSL 240º 0.01% 0.46% -
HSV(B) 240º 0.02% 0.47% -
XYZ 17.03 17.84 20 -
YUV 117.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 117 117 119 0.02 0.02 0 0.53 240 0.01 0.46
Hex 75 75 77 2 2 0 35 F0 1 2E
Octal 165 165 167 2 2 0 65 360 1 56
Binary 1110101 1110101 1110111 10 10 0 110101 11110000 1 101110

Color Harmonies of #757577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757577

Black with #757577

Text Example


Text Example

White with #757577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757577; }

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

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

background-color css

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

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

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

border-color css

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

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

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