Html Css Color HEX #7B9499 Gothic

📋 copy color: '#7B9499'

red 123 ◦ green 148 ◦ blue 153

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

Shades of Gothic #7B9499

Tints of Gothic #7B9499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.91%

 BLUE value IS 153 (60.16% from 255) = 36.08%

R = 29.01%
G = 34.91%
B = 36.08%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7B9499 (or 0x7B9499) is known color: Gothic. HEX triplet: 7B, 94 and 99. RGB value is (123,148,153). Sum of RGB (Red+Green+Blue) = 123+148+153=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B9499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9499 is #846B66. Grayscale: #8D8D8D. Windows color (decimal): -8678247 or 10065019. OLE color: 10065019.

HSL color Cylindrical-coordinate representation of color #7B9499: hue angle of 190º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B9499 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 123 148 153 -
CMYK 0.20 0.03 0 0.4
HSL 190º 0.13% 0.54% -
HSV(B) 190º 0.2% 0.6% -
XYZ 24.51 27.69 34.19 -
YUV 141.1 134.72 115.09 -
System Red Green Blue C M Y K H S L
Decimal 123 148 153 0.20 0.03 0 0.4 190 0.13 0.54
Hex 7B 94 99 14 3 0 28 BE D 36
Octal 173 224 231 24 3 0 50 276 15 66
Binary 1111011 10010100 10011001 10100 11 0 101000 10111110 1101 110110

Color Harmonies of #7B9499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9499

Black with #7B9499

Text Example


Text Example

White with #7B9499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,148,153); }

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

background-color css

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

 a { background-color: rgb(123,148,153); }

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

border-color css

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

 span { border-color: rgb(123,148,153); }

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