Html Css Color HEX #714B5E Cosmic

📋 copy color: '#714B5E'

red 113 ◦ green 75 ◦ blue 94

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

Shades of Cosmic #714B5E

Tints of Cosmic #714B5E

RGB

 RED value IS 113 (44.53% from 255) = 40.07%

 GREEN value IS 75 (29.69% from 255) = 26.6%

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 40.07%
G = 26.6%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#714B5E (or 0x714B5E) is known color: Cosmic. HEX triplet: 71, 4B and 5E. RGB value is (113,75,94). Sum of RGB (Red+Green+Blue) = 113+75+94=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #714B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714B5E is #8EB4A1. Grayscale: #585858. Windows color (decimal): -9352354 or 6179697. OLE color: 6179697.

HSL color Cylindrical-coordinate representation of color #714B5E: hue angle of 330º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #714B5E is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 75 94 -
CMYK 0 0.34 0.17 0.56
HSL 330º 0.2% 0.37% -
HSV(B) 330º 0.34% 0.44% -
XYZ 11.35 9.35 11.8 -
YUV 88.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 113 75 94 0 0.34 0.17 0.56 330 0.2 0.37
Hex 71 4B 5E 0 22 11 38 14A 14 25
Octal 161 113 136 0 42 21 70 512 24 45
Binary 1110001 1001011 1011110 0 100010 10001 111000 101001010 10100 100101

Color Harmonies of #714B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714B5E

Black with #714B5E

Text Example


Text Example

White with #714B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714B5E; }

 p { color: rgb(113,75,94); }

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

background-color css

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

 a { background-color: rgb(113,75,94); }

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

border-color css

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

 span { border-color: rgb(113,75,94); }

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