Html Css Color HEX #72525A Cosmic

📋 copy color: '#72525A'

red 114 ◦ green 82 ◦ blue 90

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

Shades of Cosmic #72525A

Tints of Cosmic #72525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

 BLUE value IS 90 (35.55% from 255) = 31.47%

R = 39.86%
G = 28.67%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#72525A (or 0x72525A) is known color: Cosmic. HEX triplet: 72, 52 and 5A. RGB value is (114,82,90). Sum of RGB (Red+Green+Blue) = 114+82+90=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 114 - color contains mainly: red. Hex color #72525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72525A is #8DADA5. Grayscale: #5C5C5C. Windows color (decimal): -9285030 or 5919346. OLE color: 5919346.

HSL color Cylindrical-coordinate representation of color #72525A: hue angle of 345º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72525A is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 82 90 -
CMYK 0 0.28 0.21 0.55
HSL 345º 0.16% 0.38% -
HSV(B) 345º 0.28% 0.45% -
XYZ 11.8 10.35 11.05 -
YUV 92.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 114 82 90 0 0.28 0.21 0.55 345 0.16 0.38
Hex 72 52 5A 0 1C 15 37 159 10 26
Octal 162 122 132 0 34 25 67 531 20 46
Binary 1110010 1010010 1011010 0 11100 10101 110111 101011001 10000 100110

Color Harmonies of #72525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72525A

Black with #72525A

Text Example


Text Example

White with #72525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72525A; }

 p { color: rgb(114,82,90); }

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

background-color css

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

 a { background-color: rgb(114,82,90); }

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

border-color css

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

 span { border-color: rgb(114,82,90); }

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