Html Css Color HEX #074738 Deep Teal

📋 copy color: '#074738'

red 7 ◦ green 71 ◦ blue 56

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

Shades of Deep Teal #074738

Tints of Deep Teal #074738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 41.79%

R = 5.22%
G = 52.99%
B = 41.79%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#074738 (or 0x074738) is known color: Deep Teal. HEX triplet: 07, 47 and 38. RGB value is (7,71,56). Sum of RGB (Red+Green+Blue) = 7+71+56=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 71 (28.12% from 255 or 52.99% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 71 - color contains mainly: green. Hex color #074738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074738 is #F8B8C7. Grayscale: #323232. Windows color (decimal): -16300232 or 3688199. OLE color: 3688199.

HSL color Cylindrical-coordinate representation of color #074738: hue angle of 165.94º 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 #074738 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 71 56 -
CMYK 0.90 0 0.21 0.72
HSL 165.94º 0.82% 0.15% -
HSV(B) 165.94º 0.9% 0.28% -
XYZ 3.05 4.84 4.51 -
YUV 50.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 7 71 56 0.90 0 0.21 0.72 165.94 0.82 0.15
Hex 7 47 38 5A 0 15 48 A6 52 F
Octal 7 107 70 132 0 25 110 246 122 17
Binary 111 1000111 111000 1011010 0 10101 1001000 10100110 1010010 1111

Color Harmonies of #074738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074738

Black with #074738

Text Example


Text Example

White with #074738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074738; }

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

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

background-color css

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

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

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

border-color css

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

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

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