Html Css Color HEX #75799C Ship Cove

📋 copy color: '#75799C'

red 117 ◦ green 121 ◦ blue 156

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

Shades of Ship Cove #75799C

Tints of Ship Cove #75799C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.71%

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

R = 29.7%
G = 30.71%
B = 39.59%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75799C (or 0x75799C) is known color: Ship Cove. HEX triplet: 75, 79 and 9C. RGB value is (117,121,156). Sum of RGB (Red+Green+Blue) = 117+121+156=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #75799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75799C is #8A8663. Grayscale: #7B7B7B. Windows color (decimal): -9078372 or 10254709. OLE color: 10254709.

HSL color Cylindrical-coordinate representation of color #75799C: hue angle of 233.85º 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 #75799C is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 121 156 -
CMYK 0.25 0.22 0 0.39
HSL 233.85º 0.16% 0.54% -
HSV(B) 233.85º 0.25% 0.61% -
XYZ 20.17 19.86 34.22 -
YUV 123.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 117 121 156 0.25 0.22 0 0.39 233.85 0.16 0.54
Hex 75 79 9C 19 16 0 27 EA 10 36
Octal 165 171 234 31 26 0 47 352 20 66
Binary 1110101 1111001 10011100 11001 10110 0 100111 11101010 10000 110110

Color Harmonies of #75799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75799C

Black with #75799C

Text Example


Text Example

White with #75799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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