Html Css Color HEX #75737C Dolphin

📋 copy color: '#75737C'

red 117 ◦ green 115 ◦ blue 124

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

Shades of Dolphin #75737C

Tints of Dolphin #75737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.3%

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

R = 32.87%
G = 32.3%
B = 34.83%

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

#75737C (or 0x75737C) is known color: Dolphin. HEX triplet: 75, 73 and 7C. RGB value is (117,115,124). Sum of RGB (Red+Green+Blue) = 117+115+124=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 124 - color contains mainly: blue. Hex color #75737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75737C is #8A8C83. Grayscale: #747474. Windows color (decimal): -9079940 or 8156021. OLE color: 8156021.

HSL color Cylindrical-coordinate representation of color #75737C: hue angle of 253.33º 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 #75737C is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 115 124 -
CMYK 0.06 0.07 0 0.51
HSL 253.33º 0.04% 0.47% -
HSV(B) 253.33º 0.07% 0.49% -
XYZ 17.1 17.5 21.54 -
YUV 116.62 132.16 128.27 -
System Red Green Blue C M Y K H S L
Decimal 117 115 124 0.06 0.07 0 0.51 253.33 0.04 0.47
Hex 75 73 7C 6 7 0 33 FD 4 2F
Octal 165 163 174 6 7 0 63 375 4 57
Binary 1110101 1110011 1111100 110 111 0 110011 11111101 100 101111

Color Harmonies of #75737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75737C

Black with #75737C

Text Example


Text Example

White with #75737C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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