Html Css Color HEX #75747B Dolphin

📋 copy color: '#75747B'

red 117 ◦ green 116 ◦ blue 123

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

Shades of Dolphin #75747B

Tints of Dolphin #75747B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.55%

R = 32.87%
G = 32.58%
B = 34.55%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75747B (or 0x75747B) is known color: Dolphin. HEX triplet: 75, 74 and 7B. RGB value is (117,116,123). Sum of RGB (Red+Green+Blue) = 117+116+123=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 123 - color contains mainly: blue. Hex color #75747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75747B is #8A8B84. Grayscale: #757575. Windows color (decimal): -9079685 or 8090741. OLE color: 8090741.

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

Color convert

RGB 117 116 123 -
CMYK 0.05 0.06 0 0.52
HSL 248.57º 0.03% 0.47% -
HSV(B) 248.57º 0.06% 0.48% -
XYZ 17.16 17.7 21.25 -
YUV 117.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 117 116 123 0.05 0.06 0 0.52 248.57 0.03 0.47
Hex 75 74 7B 5 6 0 34 F9 3 2F
Octal 165 164 173 5 6 0 64 371 3 57
Binary 1110101 1110100 1111011 101 110 0 110100 11111001 11 101111

Color Harmonies of #75747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75747B

Black with #75747B

Text Example


Text Example

White with #75747B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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