Html Css Color HEX #75727D Dolphin

📋 copy color: '#75727D'

red 117 ◦ green 114 ◦ blue 125

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

Shades of Dolphin #75727D

Tints of Dolphin #75727D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 32.87%
G = 32.02%
B = 35.11%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75727D (or 0x75727D) is known color: Dolphin. HEX triplet: 75, 72 and 7D. RGB value is (117,114,125). Sum of RGB (Red+Green+Blue) = 117+114+125=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 125 - color contains mainly: blue. Hex color #75727D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75727D is #8A8D82. Grayscale: #747474. Windows color (decimal): -9080195 or 8221301. OLE color: 8221301.

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

Color convert

RGB 117 114 125 -
CMYK 0.06 0.09 0 0.51
HSL 256.36º 0.05% 0.47% -
HSV(B) 256.36º 0.09% 0.49% -
XYZ 17.06 17.3 21.84 -
YUV 116.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 117 114 125 0.06 0.09 0 0.51 256.36 0.05 0.47
Hex 75 72 7D 6 9 0 33 100 5 2F
Octal 165 162 175 6 11 0 63 400 5 57
Binary 1110101 1110010 1111101 110 1001 0 110011 100000000 101 101111

Color Harmonies of #75727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75727D

Black with #75727D

Text Example


Text Example

White with #75727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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