Html Css Color HEX #75737A Dolphin

📋 copy color: '#75737A'

red 117 ◦ green 115 ◦ blue 122

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

Shades of Dolphin #75737A

Tints of Dolphin #75737A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.46%

R = 33.05%
G = 32.49%
B = 34.46%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75737A (or 0x75737A) is known color: Dolphin. HEX triplet: 75, 73 and 7A. RGB value is (117,115,122). Sum of RGB (Red+Green+Blue) = 117+115+122=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 122 - color contains mainly: blue. Hex color #75737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75737A is #8A8C85. Grayscale: #747474. Windows color (decimal): -9079942 or 8024949. OLE color: 8024949.

HSL color Cylindrical-coordinate representation of color #75737A: hue angle of 257.14º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #75737A is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 115 122 -
CMYK 0.04 0.06 0 0.52
HSL 257.14º 0.03% 0.46% -
HSV(B) 257.14º 0.06% 0.48% -
XYZ 16.98 17.45 20.89 -
YUV 116.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 117 115 122 0.04 0.06 0 0.52 257.14 0.03 0.46
Hex 75 73 7A 4 6 0 34 101 3 2E
Octal 165 163 172 4 6 0 64 401 3 56
Binary 1110101 1110011 1111010 100 110 0 110100 100000001 11 101110

Color Harmonies of #75737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75737A

Black with #75737A

Text Example


Text Example

White with #75737A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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