Html Css Color HEX #767FAD Ship Cove

📋 copy color: '#767FAD'

red 118 ◦ green 127 ◦ blue 173

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

Shades of Ship Cove #767FAD

Tints of Ship Cove #767FAD

RGB

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

 GREEN value IS 127 (50% from 255) = 30.38%

 BLUE value IS 173 (67.97% from 255) = 41.39%

R = 28.23%
G = 30.38%
B = 41.39%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#767FAD (or 0x767FAD) is known color: Ship Cove. HEX triplet: 76, 7F and AD. RGB value is (118,127,173). Sum of RGB (Red+Green+Blue) = 118+127+173=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #767FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767FAD is #898052. Grayscale: #818181. Windows color (decimal): -9011283 or 11370358. OLE color: 11370358.

HSL color Cylindrical-coordinate representation of color #767FAD: hue angle of 230.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #767FAD is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 127 173 -
CMYK 0.32 0.27 0 0.32
HSL 230.18º 0.25% 0.57% -
HSV(B) 230.18º 0.32% 0.68% -
XYZ 22.6 22.05 42.6 -
YUV 129.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 118 127 173 0.32 0.27 0 0.32 230.18 0.25 0.57
Hex 76 7F AD 20 1B 0 20 E6 19 39
Octal 166 177 255 40 33 0 40 346 31 71
Binary 1110110 1111111 10101101 100000 11011 0 100000 11100110 11001 111001

Color Harmonies of #767FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767FAD

Black with #767FAD

Text Example


Text Example

White with #767FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,127,173); }

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

background-color css

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

 a { background-color: rgb(118,127,173); }

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

border-color css

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

 span { border-color: rgb(118,127,173); }

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