Html Css Color HEX #074145 Cyprus

📋 copy color: '#074145'

red 7 ◦ green 65 ◦ blue 69

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

Shades of Cyprus #074145

Tints of Cyprus #074145

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.1%

 BLUE value IS 69 (27.34% from 255) = 48.94%

R = 4.96%
G = 46.1%
B = 48.94%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#074145 (or 0x074145) is known color: Cyprus. HEX triplet: 07, 41 and 45. RGB value is (7,65,69). Sum of RGB (Red+Green+Blue) = 7+65+69=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 69 (27.34% from 255 or 48.94% from 141); Max value from RGB is 69 - color contains mainly: blue. Hex color #074145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074145 is #F8BEBA. Grayscale: #303030. Windows color (decimal): -16301755 or 4538631. OLE color: 4538631.

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

Color convert

RGB 7 65 69 -
CMYK 0.90 0.06 0 0.73
HSL 183.87º 0.82% 0.15% -
HSV(B) 183.87º 0.9% 0.27% -
XYZ 3.05 4.26 6.29 -
YUV 48.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 7 65 69 0.90 0.06 0 0.73 183.87 0.82 0.15
Hex 7 41 45 5A 6 0 49 B8 52 F
Octal 7 101 105 132 6 0 111 270 122 17
Binary 111 1000001 1000101 1011010 110 0 1001001 10111000 1010010 1111

Color Harmonies of #074145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074145

Black with #074145

Text Example


Text Example

White with #074145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074145; }

 p { color: rgb(7,65,69); }

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

background-color css

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

 a { background-color: rgb(7,65,69); }

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

border-color css

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

 span { border-color: rgb(7,65,69); }

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