Html Css Color HEX #757181 Dolphin

📋 copy color: '#757181'

red 117 ◦ green 113 ◦ blue 129

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

Shades of Dolphin #757181

Tints of Dolphin #757181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.93%

R = 32.59%
G = 31.48%
B = 35.93%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#757181 (or 0x757181) is known color: Dolphin. HEX triplet: 75, 71 and 81. RGB value is (117,113,129). Sum of RGB (Red+Green+Blue) = 117+113+129=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 129 - color contains mainly: blue. Hex color #757181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757181 is #8A8E7E. Grayscale: #737373. Windows color (decimal): -9080447 or 8483189. OLE color: 8483189.

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

Color convert

RGB 117 113 129 -
CMYK 0.09 0.12 0 0.49
HSL 255º 0.07% 0.47% -
HSV(B) 255º 0.12% 0.51% -
XYZ 17.2 17.18 23.18 -
YUV 116.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 117 113 129 0.09 0.12 0 0.49 255 0.07 0.47
Hex 75 71 81 9 C 0 31 FF 7 2F
Octal 165 161 201 11 14 0 61 377 7 57
Binary 1110101 1110001 10000001 1001 1100 0 110001 11111111 111 101111

Color Harmonies of #757181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757181

Black with #757181

Text Example


Text Example

White with #757181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757181; }

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

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

background-color css

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

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

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

border-color css

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

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

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