Html Css Color HEX #767FAC Ship Cove

📋 copy color: '#767FAC'

red 118 ◦ green 127 ◦ blue 172

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

Shades of Ship Cove #767FAC

Tints of Ship Cove #767FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.25%

R = 28.3%
G = 30.46%
B = 41.25%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#767FAC (or 0x767FAC) is known color: Ship Cove. HEX triplet: 76, 7F and AC. RGB value is (118,127,172). Sum of RGB (Red+Green+Blue) = 118+127+172=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #767FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767FAC is #898053. Grayscale: #818181. Windows color (decimal): -9011284 or 11304822. OLE color: 11304822.

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

Color convert

RGB 118 127 172 -
CMYK 0.31 0.26 0 0.33
HSL 230º 0.25% 0.57% -
HSV(B) 230º 0.31% 0.67% -
XYZ 22.51 22.01 42.09 -
YUV 129.44 152.02 119.84 -
System Red Green Blue C M Y K H S L
Decimal 118 127 172 0.31 0.26 0 0.33 230 0.25 0.57
Hex 76 7F AC 1F 1A 0 21 E6 19 39
Octal 166 177 254 37 32 0 41 346 31 71
Binary 1110110 1111111 10101100 11111 11010 0 100001 11100110 11001 111001

Color Harmonies of #767FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767FAC

Black with #767FAC

Text Example


Text Example

White with #767FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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