Html Css Color HEX #724965 Cosmic

📋 copy color: '#724965'

red 114 ◦ green 73 ◦ blue 101

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

Shades of Cosmic #724965

Tints of Cosmic #724965

RGB

 RED value IS 114 (44.92% from 255) = 39.58%

 GREEN value IS 73 (28.91% from 255) = 25.35%

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

R = 39.58%
G = 25.35%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#724965 (or 0x724965) is known color: Cosmic. HEX triplet: 72, 49 and 65. RGB value is (114,73,101). Sum of RGB (Red+Green+Blue) = 114+73+101=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 114 - color contains mainly: red. Hex color #724965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724965 is #8DB69A. Grayscale: #585858. Windows color (decimal): -9287323 or 6637938. OLE color: 6637938.

HSL color Cylindrical-coordinate representation of color #724965: hue angle of 319.02º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #724965 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 73 101 -
CMYK 0 0.36 0.11 0.55
HSL 319.02º 0.22% 0.37% -
HSV(B) 319.02º 0.36% 0.45% -
XYZ 11.67 9.28 13.49 -
YUV 88.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 114 73 101 0 0.36 0.11 0.55 319.02 0.22 0.37
Hex 72 49 65 0 24 B 37 13F 16 25
Octal 162 111 145 0 44 13 67 477 26 45
Binary 1110010 1001001 1100101 0 100100 1011 110111 100111111 10110 100101

Color Harmonies of #724965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724965

Black with #724965

Text Example


Text Example

White with #724965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724965; }

 p { color: rgb(114,73,101); }

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

background-color css

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

 a { background-color: rgb(114,73,101); }

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

border-color css

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

 span { border-color: rgb(114,73,101); }

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