Html Css Color HEX #75738A Dolphin

📋 copy color: '#75738A'

red 117 ◦ green 115 ◦ blue 138

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

Shades of Dolphin #75738A

Tints of Dolphin #75738A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.3%

R = 31.62%
G = 31.08%
B = 37.3%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#75738A (or 0x75738A) is known color: Dolphin. HEX triplet: 75, 73 and 8A. RGB value is (117,115,138). Sum of RGB (Red+Green+Blue) = 117+115+138=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 138 - color contains mainly: blue. Hex color #75738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75738A is #8A8C75. Grayscale: #767676. Windows color (decimal): -9079926 or 9073525. OLE color: 9073525.

HSL color Cylindrical-coordinate representation of color #75738A: hue angle of 245.22º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75738A is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 115 138 -
CMYK 0.15 0.17 0 0.46
HSL 245.22º 0.09% 0.5% -
HSV(B) 245.22º 0.17% 0.54% -
XYZ 18.05 17.88 26.54 -
YUV 118.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 117 115 138 0.15 0.17 0 0.46 245.22 0.09 0.5
Hex 75 73 8A F 11 0 2E F5 9 32
Octal 165 163 212 17 21 0 56 365 11 62
Binary 1110101 1110011 10001010 1111 10001 0 101110 11110101 1001 110010

Color Harmonies of #75738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75738A

Black with #75738A

Text Example


Text Example

White with #75738A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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