Html Css Color HEX #7C81AA Ship Cove

📋 copy color: '#7C81AA'

red 124 ◦ green 129 ◦ blue 170

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

Shades of Ship Cove #7C81AA

Tints of Ship Cove #7C81AA

RGB

 RED value IS 124 (48.83% from 255) = 29.31%

 GREEN value IS 129 (50.78% from 255) = 30.5%

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 29.31%
G = 30.5%
B = 40.19%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C81AA (or 0x7C81AA) is known color: Ship Cove. HEX triplet: 7C, 81 and AA. RGB value is (124,129,170). Sum of RGB (Red+Green+Blue) = 124+129+170=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C81AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C81AA is #837E55. Grayscale: #848484. Windows color (decimal): -8617558 or 11174268. OLE color: 11174268.

HSL color Cylindrical-coordinate representation of color #7C81AA: hue angle of 233.48º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C81AA is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 129 170 -
CMYK 0.27 0.24 0 0.33
HSL 233.48º 0.21% 0.58% -
HSV(B) 233.48º 0.27% 0.67% -
XYZ 23.42 22.89 41.21 -
YUV 132.18 149.34 122.17 -
System Red Green Blue C M Y K H S L
Decimal 124 129 170 0.27 0.24 0 0.33 233.48 0.21 0.58
Hex 7C 81 AA 1B 18 0 21 E9 15 3A
Octal 174 201 252 33 30 0 41 351 25 72
Binary 1111100 10000001 10101010 11011 11000 0 100001 11101001 10101 111010

Color Harmonies of #7C81AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C81AA

Black with #7C81AA

Text Example


Text Example

White with #7C81AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,129,170); }

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

background-color css

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

 a { background-color: rgb(124,129,170); }

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

border-color css

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

 span { border-color: rgb(124,129,170); }

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