Html Css Color HEX #074648 Cyprus

📋 copy color: '#074648'

red 7 ◦ green 70 ◦ blue 72

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

Shades of Cyprus #074648

Tints of Cyprus #074648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.98%

 BLUE value IS 72 (28.52% from 255) = 48.32%

R = 4.7%
G = 46.98%
B = 48.32%

CMYK

 C value IS 0.90

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#074648 (or 0x074648) is known color: Cyprus. HEX triplet: 07, 46 and 48. RGB value is (7,70,72). Sum of RGB (Red+Green+Blue) = 7+70+72=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #074648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074648 is #F8B9B7. Grayscale: #333333. Windows color (decimal): -16300472 or 4736519. OLE color: 4736519.

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

Color convert

RGB 7 70 72 -
CMYK 0.90 0.03 0 0.72
HSL 181.85º 0.82% 0.15% -
HSV(B) 181.85º 0.9% 0.28% -
XYZ 3.45 4.89 6.89 -
YUV 51.39 139.63 96.34 -
System Red Green Blue C M Y K H S L
Decimal 7 70 72 0.90 0.03 0 0.72 181.85 0.82 0.15
Hex 7 46 48 5A 3 0 48 B6 52 F
Octal 7 106 110 132 3 0 110 266 122 17
Binary 111 1000110 1001000 1011010 11 0 1001000 10110110 1010010 1111

Color Harmonies of #074648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074648

Black with #074648

Text Example


Text Example

White with #074648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074648; }

 p { color: rgb(7,70,72); }

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

background-color css

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

 a { background-color: rgb(7,70,72); }

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

border-color css

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

 span { border-color: rgb(7,70,72); }

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