Html Css Color HEX #757281 Dolphin

📋 copy color: '#757281'

red 117 ◦ green 114 ◦ blue 129

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

Shades of Dolphin #757281

Tints of Dolphin #757281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.67%

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

R = 32.5%
G = 31.67%
B = 35.83%

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

#757281 (or 0x757281) is known color: Dolphin. HEX triplet: 75, 72 and 81. RGB value is (117,114,129). Sum of RGB (Red+Green+Blue) = 117+114+129=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 129 - color contains mainly: blue. Hex color #757281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757281 is #8A8D7E. Grayscale: #747474. Windows color (decimal): -9080191 or 8483445. OLE color: 8483445.

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

Color convert

RGB 117 114 129 -
CMYK 0.09 0.12 0 0.49
HSL 252º 0.06% 0.48% -
HSV(B) 252º 0.12% 0.51% -
XYZ 17.32 17.4 23.22 -
YUV 116.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 117 114 129 0.09 0.12 0 0.49 252 0.06 0.48
Hex 75 72 81 9 C 0 31 FC 6 30
Octal 165 162 201 11 14 0 61 374 6 60
Binary 1110101 1110010 10000001 1001 1100 0 110001 11111100 110 110000

Color Harmonies of #757281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757281

Black with #757281

Text Example


Text Example

White with #757281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757281; }

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

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

background-color css

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

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

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

border-color css

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

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

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