Html Css Color HEX #724F67 Cosmic

📋 copy color: '#724F67'

red 114 ◦ green 79 ◦ blue 103

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

Shades of Cosmic #724F67

Tints of Cosmic #724F67

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.69%

 BLUE value IS 103 (40.63% from 255) = 34.8%

R = 38.51%
G = 26.69%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#724F67 (or 0x724F67) is known color: Cosmic. HEX triplet: 72, 4F and 67. RGB value is (114,79,103). Sum of RGB (Red+Green+Blue) = 114+79+103=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #724F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F67 is #8DB098. Grayscale: #5C5C5C. Windows color (decimal): -9285785 or 6770546. OLE color: 6770546.

HSL color Cylindrical-coordinate representation of color #724F67: hue angle of 318.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #724F67 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 79 103 -
CMYK 0 0.31 0.10 0.55
HSL 318.86º 0.18% 0.38% -
HSV(B) 318.86º 0.31% 0.45% -
XYZ 12.18 10.15 14.15 -
YUV 92.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 114 79 103 0 0.31 0.10 0.55 318.86 0.18 0.38
Hex 72 4F 67 0 1F A 37 13F 12 26
Octal 162 117 147 0 37 12 67 477 22 46
Binary 1110010 1001111 1100111 0 11111 1010 110111 100111111 10010 100110

Color Harmonies of #724F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724F67

Black with #724F67

Text Example


Text Example

White with #724F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724F67; }

 p { color: rgb(114,79,103); }

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

background-color css

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

 a { background-color: rgb(114,79,103); }

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

border-color css

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

 span { border-color: rgb(114,79,103); }

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