Html Css Color HEX #7DA5A0 Gulf Stream

📋 copy color: '#7DA5A0'

red 125 ◦ green 165 ◦ blue 160

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

Shades of Gulf Stream #7DA5A0

Tints of Gulf Stream #7DA5A0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.67%

 BLUE value IS 160 (62.89% from 255) = 35.56%

R = 27.78%
G = 36.67%
B = 35.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#7DA5A0 (or 0x7DA5A0) is known color: Gulf Stream. HEX triplet: 7D, A5 and A0. RGB value is (125,165,160). Sum of RGB (Red+Green+Blue) = 125+165+160=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 165 - color contains mainly: green. Hex color #7DA5A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA5A0 is #825A5F. Grayscale: #989898. Windows color (decimal): -8542816 or 10528125. OLE color: 10528125.

HSL color Cylindrical-coordinate representation of color #7DA5A0: hue angle of 172.5º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7DA5A0 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 165 160 -
CMYK 0.24 0 0.03 0.35
HSL 172.5º 0.18% 0.57% -
HSV(B) 172.5º 0.24% 0.65% -
XYZ 28.26 33.81 38.29 -
YUV 152.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 125 165 160 0.24 0 0.03 0.35 172.5 0.18 0.57
Hex 7D A5 A0 18 0 3 23 AC 12 39
Octal 175 245 240 30 0 3 43 254 22 71
Binary 1111101 10100101 10100000 11000 0 11 100011 10101100 10010 111001

Color Harmonies of #7DA5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA5A0

Black with #7DA5A0

Text Example


Text Example

White with #7DA5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,165,160); }

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

background-color css

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

 a { background-color: rgb(125,165,160); }

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

border-color css

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

 span { border-color: rgb(125,165,160); }

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