Html Css Color HEX #7F879B Ship Cove

📋 copy color: '#7F879B'

red 127 ◦ green 135 ◦ blue 155

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

Shades of Ship Cove #7F879B

Tints of Ship Cove #7F879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.37%

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 30.46%
G = 32.37%
B = 37.17%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F879B (or 0x7F879B) is known color: Ship Cove. HEX triplet: 7F, 87 and 9B. RGB value is (127,135,155). Sum of RGB (Red+Green+Blue) = 127+135+155=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F879B is #807864. Grayscale: #868686. Windows color (decimal): -8419429 or 10192767. OLE color: 10192767.

HSL color Cylindrical-coordinate representation of color #7F879B: hue angle of 222.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F879B is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 135 155 -
CMYK 0.18 0.13 0 0.39
HSL 222.86º 0.12% 0.55% -
HSV(B) 222.86º 0.18% 0.61% -
XYZ 23.33 24.21 34.45 -
YUV 134.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 127 135 155 0.18 0.13 0 0.39 222.86 0.12 0.55
Hex 7F 87 9B 12 D 0 27 DF C 37
Octal 177 207 233 22 15 0 47 337 14 67
Binary 1111111 10000111 10011011 10010 1101 0 100111 11011111 1100 110111

Color Harmonies of #7F879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F879B

Black with #7F879B

Text Example


Text Example

White with #7F879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,135,155); }

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

background-color css

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

 a { background-color: rgb(127,135,155); }

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

border-color css

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

 span { border-color: rgb(127,135,155); }

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