Html Css Color HEX #75757D Dolphin

📋 copy color: '#75757D'

red 117 ◦ green 117 ◦ blue 125

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

Shades of Dolphin #75757D

Tints of Dolphin #75757D

RGB

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

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

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

R = 32.59%
G = 32.59%
B = 34.82%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75757D (or 0x75757D) is known color: Dolphin. HEX triplet: 75, 75 and 7D. RGB value is (117,117,125). Sum of RGB (Red+Green+Blue) = 117+117+125=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 125 - color contains mainly: blue. Hex color #75757D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75757D is #8A8A82. Grayscale: #757575. Windows color (decimal): -9079427 or 8222069. OLE color: 8222069.

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

Color convert

RGB 117 117 125 -
CMYK 0.06 0.06 0 0.51
HSL 240º 0.03% 0.47% -
HSV(B) 240º 0.06% 0.49% -
XYZ 17.4 17.99 21.96 -
YUV 117.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 117 117 125 0.06 0.06 0 0.51 240 0.03 0.47
Hex 75 75 7D 6 6 0 33 F0 3 2F
Octal 165 165 175 6 6 0 63 360 3 57
Binary 1110101 1110101 1111101 110 110 0 110011 11110000 11 101111

Color Harmonies of #75757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75757D

Black with #75757D

Text Example


Text Example

White with #75757D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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