Html Css Color HEX #75799E Ship Cove

📋 copy color: '#75799E'

red 117 ◦ green 121 ◦ blue 158

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

Shades of Ship Cove #75799E

Tints of Ship Cove #75799E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.9%

R = 29.55%
G = 30.56%
B = 39.9%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75799E (or 0x75799E) is known color: Ship Cove. HEX triplet: 75, 79 and 9E. RGB value is (117,121,158). Sum of RGB (Red+Green+Blue) = 117+121+158=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 158 - color contains mainly: blue. Hex color #75799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75799E is #8A8661. Grayscale: #7B7B7B. Windows color (decimal): -9078370 or 10385781. OLE color: 10385781.

HSL color Cylindrical-coordinate representation of color #75799E: hue angle of 234.15º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75799E is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 121 158 -
CMYK 0.26 0.23 0 0.38
HSL 234.15º 0.17% 0.54% -
HSV(B) 234.15º 0.26% 0.62% -
XYZ 20.35 19.93 35.12 -
YUV 124.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 117 121 158 0.26 0.23 0 0.38 234.15 0.17 0.54
Hex 75 79 9E 1A 17 0 26 EA 11 36
Octal 165 171 236 32 27 0 46 352 21 66
Binary 1110101 1111001 10011110 11010 10111 0 100110 11101010 10001 110110

Color Harmonies of #75799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75799E

Black with #75799E

Text Example


Text Example

White with #75799E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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