Html Css Color HEX #94978C Delta

📋 copy color: '#94978C'

red 148 ◦ green 151 ◦ blue 140

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

Shades of Delta #94978C

Tints of Delta #94978C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.4%

 BLUE value IS 140 (55.08% from 255) = 31.89%

R = 33.71%
G = 34.4%
B = 31.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#94978C (or 0x94978C) is known color: Delta. HEX triplet: 94, 97 and 8C. RGB value is (148,151,140). Sum of RGB (Red+Green+Blue) = 148+151+140=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 151 - color contains mainly: green. Hex color #94978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94978C is #6B6873. Grayscale: #949494. Windows color (decimal): -7039092 or 9213844. OLE color: 9213844.

HSL color Cylindrical-coordinate representation of color #94978C: hue angle of 76.36º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #94978C is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 151 140 -
CMYK 0.02 0 0.07 0.41
HSL 76.36º 0.05% 0.57% -
HSV(B) 76.36º 0.07% 0.59% -
XYZ 28.01 30.32 29.19 -
YUV 148.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 148 151 140 0.02 0 0.07 0.41 76.36 0.05 0.57
Hex 94 97 8C 2 0 7 29 4C 5 39
Octal 224 227 214 2 0 7 51 114 5 71
Binary 10010100 10010111 10001100 10 0 111 101001 1001100 101 111001

Color Harmonies of #94978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94978C

Black with #94978C

Text Example


Text Example

White with #94978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94978C; }

 p { color: rgb(148,151,140); }

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

background-color css

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

 a { background-color: rgb(148,151,140); }

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

border-color css

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

 span { border-color: rgb(148,151,140); }

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