Html Css Color HEX #074717 Deep Fir

📋 copy color: '#074717'

red 7 ◦ green 71 ◦ blue 23

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

Shades of Deep Fir #074717

Tints of Deep Fir #074717

RGB

 RED value IS 7 (3.13% from 255) = 6.93%

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

 BLUE value IS 23 (9.38% from 255) = 22.77%

R = 6.93%
G = 70.3%
B = 22.77%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#074717 (or 0x074717) is known color: Deep Fir. HEX triplet: 07, 47 and 17. RGB value is (7,71,23). Sum of RGB (Red+Green+Blue) = 7+71+23=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 71 (28.12% from 255 or 70.30% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 71 - color contains mainly: green. Hex color #074717 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074717 is #F8B8E8. Grayscale: #2E2E2E. Windows color (decimal): -16300265 or 1525511. OLE color: 1525511.

HSL color Cylindrical-coordinate representation of color #074717: hue angle of 135º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074717 is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 71 23 -
CMYK 0.90 0 0.68 0.72
HSL 135º 0.82% 0.15% -
HSV(B) 135º 0.9% 0.28% -
XYZ 2.5 4.61 1.57 -
YUV 46.39 114.8 99.9 -
System Red Green Blue C M Y K H S L
Decimal 7 71 23 0.90 0 0.68 0.72 135 0.82 0.15
Hex 7 47 17 5A 0 44 48 87 52 F
Octal 7 107 27 132 0 104 110 207 122 17
Binary 111 1000111 10111 1011010 0 1000100 1001000 10000111 1010010 1111

Color Harmonies of #074717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074717

Black with #074717

Text Example


Text Example

White with #074717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074717; }

 p { color: rgb(7,71,23); }

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

background-color css

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

 a { background-color: rgb(7,71,23); }

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

border-color css

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

 span { border-color: rgb(7,71,23); }

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