Html Css Color HEX #75819C Ship Cove

📋 copy color: '#75819C'

red 117 ◦ green 129 ◦ blue 156

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

Shades of Ship Cove #75819C

Tints of Ship Cove #75819C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.09%

 BLUE value IS 156 (61.33% from 255) = 38.81%

R = 29.1%
G = 32.09%
B = 38.81%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75819C (or 0x75819C) is known color: Ship Cove. HEX triplet: 75, 81 and 9C. RGB value is (117,129,156). Sum of RGB (Red+Green+Blue) = 117+129+156=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #75819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75819C is #8A7E63. Grayscale: #808080. Windows color (decimal): -9076324 or 10256757. OLE color: 10256757.

HSL color Cylindrical-coordinate representation of color #75819C: hue angle of 221.54º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75819C is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 129 156 -
CMYK 0.25 0.17 0 0.39
HSL 221.54º 0.16% 0.54% -
HSV(B) 221.54º 0.25% 0.61% -
XYZ 21.19 21.88 34.56 -
YUV 128.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 117 129 156 0.25 0.17 0 0.39 221.54 0.16 0.54
Hex 75 81 9C 19 11 0 27 DE 10 36
Octal 165 201 234 31 21 0 47 336 20 66
Binary 1110101 10000001 10011100 11001 10001 0 100111 11011110 10000 110110

Color Harmonies of #75819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75819C

Black with #75819C

Text Example


Text Example

White with #75819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75819C; }

 p { color: rgb(117,129,156); }

 H1.HeaderClassName
 {
   color: #75819C;
 }
 .AnyTagClassName
 {
   color: #75819C;
 }
</style>

background-color css

<style>
 a { background-color: #75819C; }

 a { background-color: rgb(117,129,156); }

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

border-color css

<style>
 span { border-color: #75819C; }

 span { border-color: rgb(117,129,156); }

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