Html Css Color HEX #74799C Ship Cove

📋 copy color: '#74799C'

red 116 ◦ green 121 ◦ blue 156

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

Shades of Ship Cove #74799C

Tints of Ship Cove #74799C

RGB

 RED value IS 116 (45.7% from 255) = 29.52%

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

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

R = 29.52%
G = 30.79%
B = 39.69%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74799C (or 0x74799C) is known color: Ship Cove. HEX triplet: 74, 79 and 9C. RGB value is (116,121,156). Sum of RGB (Red+Green+Blue) = 116+121+156=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #74799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74799C is #8B8663. Grayscale: #7B7B7B. Windows color (decimal): -9143908 or 10254708. OLE color: 10254708.

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

Color convert

RGB 116 121 156 -
CMYK 0.26 0.22 0 0.39
HSL 232.5º 0.17% 0.53% -
HSV(B) 232.5º 0.26% 0.61% -
XYZ 20.04 19.79 34.22 -
YUV 123.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 116 121 156 0.26 0.22 0 0.39 232.5 0.17 0.53
Hex 74 79 9C 1A 16 0 27 E8 11 35
Octal 164 171 234 32 26 0 47 350 21 65
Binary 1110100 1111001 10011100 11010 10110 0 100111 11101000 10001 110101

Color Harmonies of #74799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74799C

Black with #74799C

Text Example


Text Example

White with #74799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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