Html Css Color HEX #7A4B65 Cosmic

📋 copy color: '#7A4B65'

red 122 ◦ green 75 ◦ blue 101

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

Shades of Cosmic #7A4B65

Tints of Cosmic #7A4B65

RGB

 RED value IS 122 (48.05% from 255) = 40.94%

 GREEN value IS 75 (29.69% from 255) = 25.17%

 BLUE value IS 101 (39.84% from 255) = 33.89%

R = 40.94%
G = 25.17%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7A4B65 (or 0x7A4B65) is known color: Cosmic. HEX triplet: 7A, 4B and 65. RGB value is (122,75,101). Sum of RGB (Red+Green+Blue) = 122+75+101=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4B65 is #85B49A. Grayscale: #5B5B5B. Windows color (decimal): -8762523 or 6638458. OLE color: 6638458.

HSL color Cylindrical-coordinate representation of color #7A4B65: hue angle of 326.81º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A4B65 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 75 101 -
CMYK 0 0.39 0.17 0.52
HSL 326.81º 0.24% 0.39% -
HSV(B) 326.81º 0.39% 0.48% -
XYZ 12.89 10.11 13.58 -
YUV 92.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 122 75 101 0 0.39 0.17 0.52 326.81 0.24 0.39
Hex 7A 4B 65 0 27 11 34 147 18 27
Octal 172 113 145 0 47 21 64 507 30 47
Binary 1111010 1001011 1100101 0 100111 10001 110100 101000111 11000 100111

Color Harmonies of #7A4B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4B65

Black with #7A4B65

Text Example


Text Example

White with #7A4B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,75,101); }

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

background-color css

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

 a { background-color: rgb(122,75,101); }

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

border-color css

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

 span { border-color: rgb(122,75,101); }

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