Html Css Color HEX #7F889B Ship Cove

📋 copy color: '#7F889B'

red 127 ◦ green 136 ◦ blue 155

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

Shades of Ship Cove #7F889B

Tints of Ship Cove #7F889B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.54%

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

R = 30.38%
G = 32.54%
B = 37.08%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F889B (or 0x7F889B) is known color: Ship Cove. HEX triplet: 7F, 88 and 9B. RGB value is (127,136,155). Sum of RGB (Red+Green+Blue) = 127+136+155=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F889B is #807764. Grayscale: #878787. Windows color (decimal): -8419173 or 10193023. OLE color: 10193023.

HSL color Cylindrical-coordinate representation of color #7F889B: hue angle of 220.71º 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 #7F889B is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 136 155 -
CMYK 0.18 0.12 0 0.39
HSL 220.71º 0.12% 0.55% -
HSV(B) 220.71º 0.18% 0.61% -
XYZ 23.47 24.49 34.5 -
YUV 135.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 127 136 155 0.18 0.12 0 0.39 220.71 0.12 0.55
Hex 7F 88 9B 12 C 0 27 DD C 37
Octal 177 210 233 22 14 0 47 335 14 67
Binary 1111111 10001000 10011011 10010 1100 0 100111 11011101 1100 110111

Color Harmonies of #7F889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F889B

Black with #7F889B

Text Example


Text Example

White with #7F889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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