Html Css Color HEX #74713E Crete

📋 copy color: '#74713E'

red 116 ◦ green 113 ◦ blue 62

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

Shades of Crete #74713E

Tints of Crete #74713E

RGB

 RED value IS 116 (45.7% from 255) = 39.86%

 GREEN value IS 113 (44.53% from 255) = 38.83%

 BLUE value IS 62 (24.61% from 255) = 21.31%

R = 39.86%
G = 38.83%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74713E (or 0x74713E) is known color: Crete. HEX triplet: 74, 71 and 3E. RGB value is (116,113,62). Sum of RGB (Red+Green+Blue) = 116+113+62=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #74713E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74713E is #8B8EC1. Grayscale: #6C6C6C. Windows color (decimal): -9146050 or 4092276. OLE color: 4092276.

HSL color Cylindrical-coordinate representation of color #74713E: hue angle of 56.67º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74713E is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 62 -
CMYK 0 0.03 0.47 0.55
HSL 56.67º 0.3% 0.35% -
HSV(B) 56.67º 0.47% 0.45% -
XYZ 13.98 15.87 6.88 -
YUV 108.08 101.99 133.65 -
System Red Green Blue C M Y K H S L
Decimal 116 113 62 0 0.03 0.47 0.55 56.67 0.3 0.35
Hex 74 71 3E 0 3 2F 37 39 1E 23
Octal 164 161 76 0 3 57 67 71 36 43
Binary 1110100 1110001 111110 0 11 101111 110111 111001 11110 100011

Color Harmonies of #74713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74713E

Black with #74713E

Text Example


Text Example

White with #74713E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74713E; }

 p { color: rgb(116,113,62); }

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

background-color css

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

 a { background-color: rgb(116,113,62); }

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

border-color css

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

 span { border-color: rgb(116,113,62); }

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