Html Css Color HEX #75717F Dolphin

📋 copy color: '#75717F'

red 117 ◦ green 113 ◦ blue 127

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

Shades of Dolphin #75717F

Tints of Dolphin #75717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.65%

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

R = 32.77%
G = 31.65%
B = 35.57%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75717F (or 0x75717F) is known color: Dolphin. HEX triplet: 75, 71 and 7F. RGB value is (117,113,127). Sum of RGB (Red+Green+Blue) = 117+113+127=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 127 - color contains mainly: blue. Hex color #75717F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75717F is #8A8E80. Grayscale: #737373. Windows color (decimal): -9080449 or 8352117. OLE color: 8352117.

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

Color convert

RGB 117 113 127 -
CMYK 0.08 0.11 0 0.50
HSL 257.14º 0.06% 0.47% -
HSV(B) 257.14º 0.11% 0.5% -
XYZ 17.07 17.12 22.48 -
YUV 115.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 117 113 127 0.08 0.11 0 0.50 257.14 0.06 0.47
Hex 75 71 7F 8 B 0 32 101 6 2F
Octal 165 161 177 10 13 0 62 401 6 57
Binary 1110101 1110001 1111111 1000 1011 0 110010 100000001 110 101111

Color Harmonies of #75717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75717F

Black with #75717F

Text Example


Text Example

White with #75717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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