Html Css Color HEX #75747D Dolphin

📋 copy color: '#75747D'

red 117 ◦ green 116 ◦ blue 125

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

Shades of Dolphin #75747D

Tints of Dolphin #75747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.4%

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

R = 32.68%
G = 32.4%
B = 34.92%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75747D (or 0x75747D) is known color: Dolphin. HEX triplet: 75, 74 and 7D. RGB value is (117,116,125). Sum of RGB (Red+Green+Blue) = 117+116+125=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 125 - color contains mainly: blue. Hex color #75747D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75747D is #8A8B82. Grayscale: #757575. Windows color (decimal): -9079683 or 8221813. OLE color: 8221813.

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

Color convert

RGB 117 116 125 -
CMYK 0.06 0.07 0 0.51
HSL 246.67º 0.04% 0.47% -
HSV(B) 246.67º 0.07% 0.49% -
XYZ 17.28 17.75 21.92 -
YUV 117.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 117 116 125 0.06 0.07 0 0.51 246.67 0.04 0.47
Hex 75 74 7D 6 7 0 33 F7 4 2F
Octal 165 164 175 6 7 0 63 367 4 57
Binary 1110101 1110100 1111101 110 111 0 110011 11110111 100 101111

Color Harmonies of #75747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75747D

Black with #75747D

Text Example


Text Example

White with #75747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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