Html Css Color HEX #7BA5A4 Neptune

📋 copy color: '#7BA5A4'

red 123 ◦ green 165 ◦ blue 164

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

Shades of Neptune #7BA5A4

Tints of Neptune #7BA5A4

RGB

 RED value IS 123 (48.44% from 255) = 27.21%

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

 BLUE value IS 164 (64.45% from 255) = 36.28%

R = 27.21%
G = 36.5%
B = 36.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#7BA5A4 (or 0x7BA5A4) is known color: Neptune. HEX triplet: 7B, A5 and A4. RGB value is (123,165,164). Sum of RGB (Red+Green+Blue) = 123+165+164=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 165 - color contains mainly: green. Hex color #7BA5A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA5A4 is #845A5B. Grayscale: #989898. Windows color (decimal): -8673884 or 10790267. OLE color: 10790267.

HSL color Cylindrical-coordinate representation of color #7BA5A4: hue angle of 178.57º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7BA5A4 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 123 165 164 -
CMYK 0.25 0 0.01 0.35
HSL 178.57º 0.19% 0.56% -
HSV(B) 178.57º 0.25% 0.65% -
XYZ 28.32 33.8 40.15 -
YUV 152.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 123 165 164 0.25 0 0.01 0.35 178.57 0.19 0.56
Hex 7B A5 A4 19 0 1 23 B3 13 38
Octal 173 245 244 31 0 1 43 263 23 70
Binary 1111011 10100101 10100100 11001 0 1 100011 10110011 10011 111000

Color Harmonies of #7BA5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA5A4

Black with #7BA5A4

Text Example


Text Example

White with #7BA5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,165,164); }

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

background-color css

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

 a { background-color: rgb(123,165,164); }

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

border-color css

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

 span { border-color: rgb(123,165,164); }

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