Html Css Color HEX #75799B Ship Cove

📋 copy color: '#75799B'

red 117 ◦ green 121 ◦ blue 155

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

Shades of Ship Cove #75799B

Tints of Ship Cove #75799B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.44%

R = 29.77%
G = 30.79%
B = 39.44%

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

#75799B (or 0x75799B) is known color: Ship Cove. HEX triplet: 75, 79 and 9B. RGB value is (117,121,155). Sum of RGB (Red+Green+Blue) = 117+121+155=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #75799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75799B is #8A8664. Grayscale: #7B7B7B. Windows color (decimal): -9078373 or 10189173. OLE color: 10189173.

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

Color convert

RGB 117 121 155 -
CMYK 0.25 0.22 0 0.39
HSL 233.68º 0.16% 0.53% -
HSV(B) 233.68º 0.25% 0.61% -
XYZ 20.09 19.82 33.78 -
YUV 123.68 145.67 123.24 -
System Red Green Blue C M Y K H S L
Decimal 117 121 155 0.25 0.22 0 0.39 233.68 0.16 0.53
Hex 75 79 9B 19 16 0 27 EA 10 35
Octal 165 171 233 31 26 0 47 352 20 65
Binary 1110101 1111001 10011011 11001 10110 0 100111 11101010 10000 110101

Color Harmonies of #75799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75799B

Black with #75799B

Text Example


Text Example

White with #75799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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