Html Css Color HEX #947678 Turkish Rose

📋 copy color: '#947678'

red 148 ◦ green 118 ◦ blue 120

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

Shades of Turkish Rose #947678

Tints of Turkish Rose #947678

RGB

 RED value IS 148 (58.2% from 255) = 38.34%

 GREEN value IS 118 (46.48% from 255) = 30.57%

 BLUE value IS 120 (47.27% from 255) = 31.09%

R = 38.34%
G = 30.57%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#947678 (or 0x947678) is known color: Turkish Rose. HEX triplet: 94, 76 and 78. RGB value is (148,118,120). Sum of RGB (Red+Green+Blue) = 148+118+120=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 148 - color contains mainly: red. Hex color #947678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947678 is #6B8987. Grayscale: #7F7F7F. Windows color (decimal): -7047560 or 7894676. OLE color: 7894676.

HSL color Cylindrical-coordinate representation of color #947678: hue angle of 356º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #947678 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 118 120 -
CMYK 0 0.20 0.19 0.42
HSL 356º 0.12% 0.52% -
HSV(B) 356º 0.2% 0.58% -
XYZ 22.08 20.61 20.58 -
YUV 127.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 148 118 120 0 0.20 0.19 0.42 356 0.12 0.52
Hex 94 76 78 0 14 13 2A 164 C 34
Octal 224 166 170 0 24 23 52 544 14 64
Binary 10010100 1110110 1111000 0 10100 10011 101010 101100100 1100 110100

Color Harmonies of #947678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947678

Black with #947678

Text Example


Text Example

White with #947678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947678; }

 p { color: rgb(148,118,120); }

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

background-color css

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

 a { background-color: rgb(148,118,120); }

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

border-color css

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

 span { border-color: rgb(148,118,120); }

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