Html Css Color HEX #75737E Dolphin

📋 copy color: '#75737E'

red 117 ◦ green 115 ◦ blue 126

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

Shades of Dolphin #75737E

Tints of Dolphin #75737E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.2%

R = 32.68%
G = 32.12%
B = 35.2%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75737E (or 0x75737E) is known color: Dolphin. HEX triplet: 75, 73 and 7E. RGB value is (117,115,126). Sum of RGB (Red+Green+Blue) = 117+115+126=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 126 - color contains mainly: blue. Hex color #75737E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75737E is #8A8C81. Grayscale: #747474. Windows color (decimal): -9079938 or 8287093. OLE color: 8287093.

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

Color convert

RGB 117 115 126 -
CMYK 0.07 0.09 0 0.51
HSL 250.91º 0.05% 0.47% -
HSV(B) 250.91º 0.09% 0.49% -
XYZ 17.23 17.55 22.22 -
YUV 116.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 117 115 126 0.07 0.09 0 0.51 250.91 0.05 0.47
Hex 75 73 7E 7 9 0 33 FB 5 2F
Octal 165 163 176 7 11 0 63 373 5 57
Binary 1110101 1110011 1111110 111 1001 0 110011 11111011 101 101111

Color Harmonies of #75737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75737E

Black with #75737E

Text Example


Text Example

White with #75737E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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