Html Css Color HEX #767CA0 Ship Cove

📋 copy color: '#767CA0'

red 118 ◦ green 124 ◦ blue 160

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

Shades of Ship Cove #767CA0

Tints of Ship Cove #767CA0

RGB

 RED value IS 118 (46.48% from 255) = 29.35%

 GREEN value IS 124 (48.83% from 255) = 30.85%

 BLUE value IS 160 (62.89% from 255) = 39.8%

R = 29.35%
G = 30.85%
B = 39.8%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#767CA0 (or 0x767CA0) is known color: Ship Cove. HEX triplet: 76, 7C and A0. RGB value is (118,124,160). Sum of RGB (Red+Green+Blue) = 118+124+160=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 160 - color contains mainly: blue. Hex color #767CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767CA0 is #89835F. Grayscale: #7E7E7E. Windows color (decimal): -9012064 or 10517622. OLE color: 10517622.

HSL color Cylindrical-coordinate representation of color #767CA0: hue angle of 231.43º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #767CA0 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 124 160 -
CMYK 0.26 0.22 0 0.37
HSL 231.43º 0.18% 0.55% -
HSV(B) 231.43º 0.26% 0.63% -
XYZ 21.02 20.8 36.17 -
YUV 126.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 118 124 160 0.26 0.22 0 0.37 231.43 0.18 0.55
Hex 76 7C A0 1A 16 0 25 E7 12 37
Octal 166 174 240 32 26 0 45 347 22 67
Binary 1110110 1111100 10100000 11010 10110 0 100101 11100111 10010 110111

Color Harmonies of #767CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767CA0

Black with #767CA0

Text Example


Text Example

White with #767CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767CA0; }

 p { color: rgb(118,124,160); }

 H1.HeaderClassName
 {
   color: #767CA0;
 }
 .AnyTagClassName
 {
   color: #767CA0;
 }
</style>

background-color css

<style>
 a { background-color: #767CA0; }

 a { background-color: rgb(118,124,160); }

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

border-color css

<style>
 span { border-color: #767CA0; }

 span { border-color: rgb(118,124,160); }

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