Html Css Color HEX #7D889D Ship Cove

📋 copy color: '#7D889D'

red 125 ◦ green 136 ◦ blue 157

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

Shades of Ship Cove #7D889D

Tints of Ship Cove #7D889D

RGB

 RED value IS 125 (49.22% from 255) = 29.9%

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

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 29.9%
G = 32.54%
B = 37.56%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D889D (or 0x7D889D) is known color: Ship Cove. HEX triplet: 7D, 88 and 9D. RGB value is (125,136,157). Sum of RGB (Red+Green+Blue) = 125+136+157=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D889D is #827762. Grayscale: #878787. Windows color (decimal): -8550243 or 10324093. OLE color: 10324093.

HSL color Cylindrical-coordinate representation of color #7D889D: hue angle of 219.38º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D889D is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 136 157 -
CMYK 0.20 0.13 0 0.38
HSL 219.38º 0.14% 0.55% -
HSV(B) 219.38º 0.2% 0.62% -
XYZ 23.35 24.4 35.38 -
YUV 135.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 125 136 157 0.20 0.13 0 0.38 219.38 0.14 0.55
Hex 7D 88 9D 14 D 0 26 DB E 37
Octal 175 210 235 24 15 0 46 333 16 67
Binary 1111101 10001000 10011101 10100 1101 0 100110 11011011 1110 110111

Color Harmonies of #7D889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D889D

Black with #7D889D

Text Example


Text Example

White with #7D889D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,136,157); }

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

background-color css

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

 a { background-color: rgb(125,136,157); }

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

border-color css

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

 span { border-color: rgb(125,136,157); }

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