Html Css Color HEX #75727C Dolphin

📋 copy color: '#75727C'

red 117 ◦ green 114 ◦ blue 124

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

Shades of Dolphin #75727C

Tints of Dolphin #75727C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.93%

R = 32.96%
G = 32.11%
B = 34.93%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75727C (or 0x75727C) is known color: Dolphin. HEX triplet: 75, 72 and 7C. RGB value is (117,114,124). Sum of RGB (Red+Green+Blue) = 117+114+124=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 124 - color contains mainly: blue. Hex color #75727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75727C is #8A8D83. Grayscale: #737373. Windows color (decimal): -9080196 or 8155765. OLE color: 8155765.

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

Color convert

RGB 117 114 124 -
CMYK 0.06 0.08 0 0.51
HSL 258º 0.04% 0.47% -
HSV(B) 258º 0.08% 0.49% -
XYZ 16.99 17.27 21.51 -
YUV 116.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 117 114 124 0.06 0.08 0 0.51 258 0.04 0.47
Hex 75 72 7C 6 8 0 33 102 4 2F
Octal 165 162 174 6 10 0 63 402 4 57
Binary 1110101 1110010 1111100 110 1000 0 110011 100000010 100 101111

Color Harmonies of #75727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75727C

Black with #75727C

Text Example


Text Example

White with #75727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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