Html Css Color HEX #75747A Dolphin

📋 copy color: '#75747A'

red 117 ◦ green 116 ◦ blue 122

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

Shades of Dolphin #75747A

Tints of Dolphin #75747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.68%

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

R = 32.96%
G = 32.68%
B = 34.37%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75747A (or 0x75747A) is known color: Dolphin. HEX triplet: 75, 74 and 7A. RGB value is (117,116,122). Sum of RGB (Red+Green+Blue) = 117+116+122=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 122 - color contains mainly: blue. Hex color #75747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75747A is #8A8B85. Grayscale: #747474. Windows color (decimal): -9079686 or 8025205. OLE color: 8025205.

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

Color convert

RGB 117 116 122 -
CMYK 0.04 0.05 0 0.52
HSL 250º 0.03% 0.47% -
HSV(B) 250º 0.05% 0.48% -
XYZ 17.09 17.68 20.92 -
YUV 116.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 117 116 122 0.04 0.05 0 0.52 250 0.03 0.47
Hex 75 74 7A 4 5 0 34 FA 3 2F
Octal 165 164 172 4 5 0 64 372 3 57
Binary 1110101 1110100 1111010 100 101 0 110100 11111010 11 101111

Color Harmonies of #75747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75747A

Black with #75747A

Text Example


Text Example

White with #75747A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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