Html Css Color HEX #854764 Cosmic

📋 copy color: '#854764'

red 133 ◦ green 71 ◦ blue 100

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

Shades of Cosmic #854764

Tints of Cosmic #854764

RGB

 RED value IS 133 (52.34% from 255) = 43.75%

 GREEN value IS 71 (28.13% from 255) = 23.36%

 BLUE value IS 100 (39.45% from 255) = 32.89%

R = 43.75%
G = 23.36%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#854764 (or 0x854764) is known color: Cosmic. HEX triplet: 85, 47 and 64. RGB value is (133,71,100). Sum of RGB (Red+Green+Blue) = 133+71+100=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #854764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854764 is #7AB89B. Grayscale: #5C5C5C. Windows color (decimal): -8042652 or 6571909. OLE color: 6571909.

HSL color Cylindrical-coordinate representation of color #854764: hue angle of 331.94º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854764 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 71 100 -
CMYK 0 0.47 0.25 0.48
HSL 331.94º 0.3% 0.4% -
HSV(B) 331.94º 0.47% 0.52% -
XYZ 14.23 10.41 13.32 -
YUV 92.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 133 71 100 0 0.47 0.25 0.48 331.94 0.3 0.4
Hex 85 47 64 0 2F 19 30 14C 1E 28
Octal 205 107 144 0 57 31 60 514 36 50
Binary 10000101 1000111 1100100 0 101111 11001 110000 101001100 11110 101000

Color Harmonies of #854764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854764

Black with #854764

Text Example


Text Example

White with #854764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854764; }

 p { color: rgb(133,71,100); }

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

background-color css

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

 a { background-color: rgb(133,71,100); }

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

border-color css

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

 span { border-color: rgb(133,71,100); }

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