Html Css Color HEX #72435F Cosmic

📋 copy color: '#72435F'

red 114 ◦ green 67 ◦ blue 95

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

Shades of Cosmic #72435F

Tints of Cosmic #72435F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.28%

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 41.3%
G = 24.28%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#72435F (or 0x72435F) is known color: Cosmic. HEX triplet: 72, 43 and 5F. RGB value is (114,67,95). Sum of RGB (Red+Green+Blue) = 114+67+95=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #72435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72435F is #8DBCA0. Grayscale: #545454. Windows color (decimal): -9288865 or 6243186. OLE color: 6243186.

HSL color Cylindrical-coordinate representation of color #72435F: hue angle of 324.26º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72435F is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 67 95 -
CMYK 0 0.41 0.17 0.55
HSL 324.26º 0.26% 0.35% -
HSV(B) 324.26º 0.41% 0.45% -
XYZ 11.01 8.42 11.87 -
YUV 84.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 114 67 95 0 0.41 0.17 0.55 324.26 0.26 0.35
Hex 72 43 5F 0 29 11 37 144 1A 23
Octal 162 103 137 0 51 21 67 504 32 43
Binary 1110010 1000011 1011111 0 101001 10001 110111 101000100 11010 100011

Color Harmonies of #72435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72435F

Black with #72435F

Text Example


Text Example

White with #72435F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72435F; }

 p { color: rgb(114,67,95); }

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

background-color css

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

 a { background-color: rgb(114,67,95); }

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

border-color css

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

 span { border-color: rgb(114,67,95); }

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