Html Css Color HEX #767FAA Ship Cove

📋 copy color: '#767FAA'

red 118 ◦ green 127 ◦ blue 170

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

Shades of Ship Cove #767FAA

Tints of Ship Cove #767FAA

RGB

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

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

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

R = 28.43%
G = 30.6%
B = 40.96%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#767FAA (or 0x767FAA) is known color: Ship Cove. HEX triplet: 76, 7F and AA. RGB value is (118,127,170). Sum of RGB (Red+Green+Blue) = 118+127+170=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #767FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767FAA is #898055. Grayscale: #818181. Windows color (decimal): -9011286 or 11173750. OLE color: 11173750.

HSL color Cylindrical-coordinate representation of color #767FAA: hue angle of 229.62º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #767FAA is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 127 170 -
CMYK 0.31 0.25 0 0.33
HSL 229.62º 0.23% 0.56% -
HSV(B) 229.62º 0.31% 0.67% -
XYZ 22.32 21.93 41.09 -
YUV 129.21 151.02 120 -
System Red Green Blue C M Y K H S L
Decimal 118 127 170 0.31 0.25 0 0.33 229.62 0.23 0.56
Hex 76 7F AA 1F 19 0 21 E6 17 38
Octal 166 177 252 37 31 0 41 346 27 70
Binary 1110110 1111111 10101010 11111 11001 0 100001 11100110 10111 111000

Color Harmonies of #767FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767FAA

Black with #767FAA

Text Example


Text Example

White with #767FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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