Html Css Color HEX #7B5A64 Cosmic

📋 copy color: '#7B5A64'

red 123 ◦ green 90 ◦ blue 100

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

Shades of Cosmic #7B5A64

Tints of Cosmic #7B5A64

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.75%

 BLUE value IS 100 (39.45% from 255) = 31.95%

R = 39.3%
G = 28.75%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#7B5A64 (or 0x7B5A64) is known color: Cosmic. HEX triplet: 7B, 5A and 64. RGB value is (123,90,100). Sum of RGB (Red+Green+Blue) = 123+90+100=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5A64 is #84A59B. Grayscale: #656565. Windows color (decimal): -8693148 or 6576763. OLE color: 6576763.

HSL color Cylindrical-coordinate representation of color #7B5A64: hue angle of 341.82º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B5A64 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 90 100 -
CMYK 0 0.27 0.19 0.52
HSL 341.82º 0.15% 0.42% -
HSV(B) 341.82º 0.27% 0.48% -
XYZ 14.12 12.44 13.71 -
YUV 101.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 123 90 100 0 0.27 0.19 0.52 341.82 0.15 0.42
Hex 7B 5A 64 0 1B 13 34 156 F 2A
Octal 173 132 144 0 33 23 64 526 17 52
Binary 1111011 1011010 1100100 0 11011 10011 110100 101010110 1111 101010

Color Harmonies of #7B5A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5A64

Black with #7B5A64

Text Example


Text Example

White with #7B5A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,90,100); }

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

background-color css

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

 a { background-color: rgb(123,90,100); }

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

border-color css

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

 span { border-color: rgb(123,90,100); }

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