Html Css Color HEX #74809C Ship Cove

📋 copy color: '#74809C'

red 116 ◦ green 128 ◦ blue 156

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

Shades of Ship Cove #74809C

Tints of Ship Cove #74809C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32%

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

R = 29%
G = 32%
B = 39%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74809C (or 0x74809C) is known color: Ship Cove. HEX triplet: 74, 80 and 9C. RGB value is (116,128,156). Sum of RGB (Red+Green+Blue) = 116+128+156=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: blue. Hex color #74809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74809C is #8B7F63. Grayscale: #7F7F7F. Windows color (decimal): -9142116 or 10256500. OLE color: 10256500.

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

Color convert

RGB 116 128 156 -
CMYK 0.26 0.18 0 0.39
HSL 222º 0.17% 0.53% -
HSV(B) 222º 0.26% 0.61% -
XYZ 20.92 21.55 34.51 -
YUV 127.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 116 128 156 0.26 0.18 0 0.39 222 0.17 0.53
Hex 74 80 9C 1A 12 0 27 DE 11 35
Octal 164 200 234 32 22 0 47 336 21 65
Binary 1110100 10000000 10011100 11010 10010 0 100111 11011110 10001 110101

Color Harmonies of #74809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74809C

Black with #74809C

Text Example


Text Example

White with #74809C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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