Html Css Color HEX #75757F Dolphin

📋 copy color: '#75757F'

red 117 ◦ green 117 ◦ blue 127

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

Shades of Dolphin #75757F

Tints of Dolphin #75757F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.18%

R = 32.41%
G = 32.41%
B = 35.18%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75757F (or 0x75757F) is known color: Dolphin. HEX triplet: 75, 75 and 7F. RGB value is (117,117,127). Sum of RGB (Red+Green+Blue) = 117+117+127=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 127 - color contains mainly: blue. Hex color #75757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75757F is #8A8A80. Grayscale: #767676. Windows color (decimal): -9079425 or 8353141. OLE color: 8353141.

HSL color Cylindrical-coordinate representation of color #75757F: hue angle of 240º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #75757F is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 117 127 -
CMYK 0.08 0.08 0 0.50
HSL 240º 0.04% 0.48% -
HSV(B) 240º 0.08% 0.5% -
XYZ 17.53 18.04 22.64 -
YUV 118.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 117 117 127 0.08 0.08 0 0.50 240 0.04 0.48
Hex 75 75 7F 8 8 0 32 F0 4 30
Octal 165 165 177 10 10 0 62 360 4 60
Binary 1110101 1110101 1111111 1000 1000 0 110010 11110000 100 110000

Color Harmonies of #75757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75757F

Black with #75757F

Text Example


Text Example

White with #75757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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