Html Css Color HEX #75737F Dolphin

📋 copy color: '#75737F'

red 117 ◦ green 115 ◦ blue 127

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

Shades of Dolphin #75737F

Tints of Dolphin #75737F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.38%

R = 32.59%
G = 32.03%
B = 35.38%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75737F (or 0x75737F) is known color: Dolphin. HEX triplet: 75, 73 and 7F. RGB value is (117,115,127). Sum of RGB (Red+Green+Blue) = 117+115+127=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 127 - color contains mainly: blue. Hex color #75737F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75737F is #8A8C80. Grayscale: #747474. Windows color (decimal): -9079937 or 8352629. OLE color: 8352629.

HSL color Cylindrical-coordinate representation of color #75737F: hue angle of 250º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #75737F is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 115 127 -
CMYK 0.08 0.09 0 0.50
HSL 250º 0.05% 0.47% -
HSV(B) 250º 0.09% 0.5% -
XYZ 17.3 17.58 22.56 -
YUV 116.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 117 115 127 0.08 0.09 0 0.50 250 0.05 0.47
Hex 75 73 7F 8 9 0 32 FA 5 2F
Octal 165 163 177 10 11 0 62 372 5 57
Binary 1110101 1110011 1111111 1000 1001 0 110010 11111010 101 101111

Color Harmonies of #75737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75737F

Black with #75737F

Text Example


Text Example

White with #75737F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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