Html Css Color HEX #7A7D96 Ship Cove

📋 copy color: '#7A7D96'

red 122 ◦ green 125 ◦ blue 150

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

Shades of Ship Cove #7A7D96

Tints of Ship Cove #7A7D96

RGB

 RED value IS 122 (48.05% from 255) = 30.73%

 GREEN value IS 125 (49.22% from 255) = 31.49%

 BLUE value IS 150 (58.98% from 255) = 37.78%

R = 30.73%
G = 31.49%
B = 37.78%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7A7D96 (or 0x7A7D96) is known color: Ship Cove. HEX triplet: 7A, 7D and 96. RGB value is (122,125,150). Sum of RGB (Red+Green+Blue) = 122+125+150=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 150 - color contains mainly: blue. Hex color #7A7D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7D96 is #858269. Grayscale: #7E7E7E. Windows color (decimal): -8749674 or 9862522. OLE color: 9862522.

HSL color Cylindrical-coordinate representation of color #7A7D96: hue angle of 233.57º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7A7D96 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 122 125 150 -
CMYK 0.19 0.17 0 0.41
HSL 233.57º 0.12% 0.53% -
HSV(B) 233.57º 0.19% 0.59% -
XYZ 20.86 21.01 31.81 -
YUV 126.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 122 125 150 0.19 0.17 0 0.41 233.57 0.12 0.53
Hex 7A 7D 96 13 11 0 29 EA C 35
Octal 172 175 226 23 21 0 51 352 14 65
Binary 1111010 1111101 10010110 10011 10001 0 101001 11101010 1100 110101

Color Harmonies of #7A7D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7D96

Black with #7A7D96

Text Example


Text Example

White with #7A7D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A7D96; }

 p { color: rgb(122,125,150); }

 H1.HeaderClassName
 {
   color: #7A7D96;
 }
 .AnyTagClassName
 {
   color: #7A7D96;
 }
</style>

background-color css

<style>
 a { background-color: #7A7D96; }

 a { background-color: rgb(122,125,150); }

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

border-color css

<style>
 span { border-color: #7A7D96; }

 span { border-color: rgb(122,125,150); }

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